
body
{
	font-family: Arial;
	color: #333333;
	font-size: 12px;
}

a:link
{	
   text-decoration: none;
   color: #CC6600;
}

a:visited 
{
	text-decoration: none;
   	color: #CC6600;
}
a:hover 
{
	text-decoration: underline;
	color: #CC6600;	
}
a:active
{
	text-decoration: none;
    	color: #CC6600;
}

.FormValidationResult
{
  FONT-WEIGHT: bolder;  
  COLOR: #F62217;  
}