body, p, td 
{ 
	font-family: Verdana, Tahoma, sans-serif; 
	font-size: 11px;  
	text-align: left;  
}

.copyright 
{
 	font-size: 9px;
	color: Gray;  
}

.footer 
{ 
	font-size: 10px; 
}

dl 
{ 
	font-size: 10px;  
	padding-bottom: 15px; 	 
}

dt 
{
	font-weight: bolder;
	font-size: larger;
}

.download 
{ 
	font-size: 9px;  
	background-color: White;  
	color: Blue;  
	font-weight: bold;                      
}

a 
{ 
	text-decoration: none;
}

h1.error
{
	color:Red;
}

.horizontalrule
{
	padding-top:3px;
	padding-bottom:16px;
	border-top-color:Silver;
	border-top-style:solid;
	border-top-width:thin;
	width:100%;

