/* CSS Document */
.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 15px;
	color: #666666;
}
	.nav{
	width:108px;		
	height:25px;
	text-align:center;
	float:left;
	font-family:Verdana;
	font-size:10pt;
	font-weight:plain;
	color:#660099;
	text-decoration:none;
	padding-top:4px;;
	}

	.nav{
	background-position: left top;
	background-color: #ffffff;
	font-weight:plain;		
	}

	.nav:hover{
	background-position: left bottom;
	background-color: #CB99CC;
	font-weight:plain;
	}
	
.headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 15px;
	color: #666666;
	font-weight: bold;
}

.sub{		

	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	font-weight:plain;
	color:#000000;
	text-decoration:none;
	;
	}

	.sub{
	color:#666666;	
		}

	.sub:hover{
	color:#000000;
	text-decoration:underline;
	}

