a { 
	color: #000000;
	text-decoration: none; 
	} 
	
a:hover { 
	color: #656565; 
	cursor:move;
	text-decoration: underline;  
	} 
	
span { 
	color: #993333; 
	} 

a.textnav {
	color: #000000;
	text-decoration: none;
	font-size:9px;
	font-family:verdana;
	}
	
a.textnav:hover {
	color: #993333;
	text-decoration: underline;
	cursor:move;
	font-size:9px;
	font-family:verdana;
	}
	
font.sectionHeader {
	font-family: verdana;
	font-size: 9pt;
	color: #000000;
	}


