/* CSS Document */

.A {
    text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 12px; 
	font-weight: none;	
	color: #ffffff;
	letter-spacing: 0px;
	font-weight:bold;
  }

.A:hover {
	color: #F5D0C5;
}



.C{
    text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 12px; 
	font-weight: none;	
	color: #ffffff;
	letter-spacing: 0px;
  }

.C:hover {text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: none;
	color: #ffffff;
	letter-spacing: 0px;
	}

.D {
    text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 12px; 
	font-weight: bold;	
	color: #D84519;
	letter-spacing: 0px;
  }

.D:hover {text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0px;
}
    .htext {text-decoration: none;	font-family: Arial, Helvetica, 
sans-serif; 
	font-size: 11px;
	font-weight: none;
	color: #000000;
	letter-spacing: 1px;
	
	   
}

.error  { font: bold  12px  Trebuchet MS, Tahoma, Verdana, sans-serif; 
color: #CC0000; }

.copy {text-decoration: none;	font-family: Arial, Helvetica, 
sans-serif; 
	font-size: 10px;
	font-weight: none;
	color: #003399;
	letter-spacing: 0px;
  
}

     
