A.hyperlink:link { color: #000000; font-family: Verdana; font-size: 11px; text-decoration: none; font-weight: none;}
A.hyperlink:Visited {color: #000000; font-family: Verdana; font-size: 11px; text-decoration: underline; font-weight: none; }
A.hyperlink:Active {color: #CCCCCC; font-family: Verdana; font-size: 11px; text-decoration: underline; font-weight: none; } 
A.hyperlink:Hover {color: #FFCC00; font-family: Verdana; font-size: 11px; text-decoration: underline; font-weight: none; }

BODY
{
	color:#333333;
	font-family: verdana;
	font-size: small;
}

<%If Instr(1, Request.ServerVariables("HTTP_USER_AGENT")&"", "MSIE", 1) >=1 then%>
TD
{
	color:#333333;
	font-family: verdana;
	font-size: x-small;
}
<%else%>
TD
{
	color:#333333;
	font-family: verdana;
	font-size: small;
}
<%End If%>

.date_user
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10;
	color:#ffffff;
}

.smallText10 
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333; 
	text-decoration: none;
}

.whiteText10 
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ffffff; 
	text-decoration: none;
}

.smallTextRed
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #990000; 
	text-decoration: none;
}

