a {  
	text-decoration: none; 
	color: #006EB5; 
	font-weight: bold; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
}

a:hover {  
	color: #CC0000
}
a.sub {  
	text-decoration: none; 
	color: '#2B4689'; 
	font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

a.sub:hover {  
	color: '#CC0000';
}
a.small {  
	text-decoration: none; 
	color: '#2B4689'; 
	font-weight: normal; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

a.small:hover {  
	color: '#CC0000';
}
