/* main body copy */
.main  {
	color : #000000; 
	font-weight : normal; 
	font-size : 12px; 
	font-family: , Arial, Verdana, Geneva, sans-serif;
	}
	
.title  {
	color : #000000; 
	font-weight : normal; 
	font-size : 13px; 
	font-family: , Arial, Verdana, Geneva, sans-serif;
	}
	
.feature  {
	color : #000000; 
	font-weight : normal; 
	font-size : 11px; 
	font-family: , Arial, Verdana, Geneva, sans-serif;
	}
	
	
	/* links for nav */
.linknav  {
	color : #000066; 
	font-weight : normal; 
	font-size : 11px; 
	line-height: 12px; 
	text-decoration: none; 
	font-family: Arial, Verdana, Geneva, sans-serif;
	}
	
/* links for nav: visited*/
.linknav:VISITED  {
	color : #000066; 
	font-weight : normal; 
	font-size : 11px; 
	line-height: 12px; 
	text-decoration: none; 
	font-family: Arial, Verdana, Geneva, sans-serif;
	}
		
/* links for nav: hover */
.linknav:HOVER  {
	color : #000066; 
	font-weight : normal; 
	font-size : 11px; 
	line-height: 12px; 
	text-decoration: underline; 
	font-family: Arial, Verdana, Geneva, sans-serif;
	}

/* links for nav: active */
.linknav:ACTIVE  {
	color : #000066; 
	font-weight : normal; 
	font-size : 11px; 
	line-height: 12px; 
	text-decoration: none; 
	font-family: Arial, Verdana, Geneva, sans-serif;
	}