/* standard styles */
/*  red = #9e1b34
	gray = #444444

*/

p,td					
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-style: normal;
	font-weight:normal;
	color:#444444;
}
		
.copyRed
{
	color:#9e1b34;
}
.copyBlack
{
	color:#000000;
}    
    	
/* site links */
/* unvisited links */ 
A:link 				
{
	color: #9E1B34;
	text-decoration: none;
 
}
/* visited links */ 
A:visited 
{
	color: #9E1B34;
	text-decoration: none;

}		
/* user hovers */ 
A:hover 
{
	color: #998866;
	text-decoration: none;


}
/* active links */			 
A:active
{
	color: #998866;
	text-decoration: none;
 
} 