a:link
{
	color: cc0000; 
	text-decoration: none;
}
a:visited	
{
	color: cc0000; 
	text-decoration: none;
} 
a:active 
{
	color: cc0000;
	text-decoration: none;
}
a:hover 
{
	color: cc0000;
	text-decoration: underline;
}
form
{
	margin: 0px;
}
table
{	
	cellpadding: 0; 
	cellspacing: 0;
	margin-top: 0;
	margin-bottom: 0;
}
body
{
	font-family: Tahoma;
	font-size: 11px; 
	line-height: 16px; 
	color: 333333;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;

}
.text
{	font-family: Tahoma;
	font-size: 11px; 
	line-height: 16px; 
	color: 333333;
}
.textwht
{	font-family: Tahoma;
	font-size: 11px; 
	line-height: 16px; 
	color: ffffff;
}
.textsm
{
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: 333333;
}
.textsmwht
{
	font-family: Tahoma;
	font-size: 10px;
	line-height: 16px;
	color: ffffff;
}
p            
{ 	
	margin-top: 0;
	margin-bottom: 0;
}
.formbox
{   font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #666666; 
     padding-left: 4px;
     padding-right: 4px;
     padding-top: 1px;
     padding-bottom: 1px
}
