td {  
	font-family: Verdana; 
	font-size: 12px; 
	color: darkslategray
}


.bold {  
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: bold;
	color: darkslategray
}

p {  
	font-family: Verdana; 
	font-size: 12px; 
	color: darkslategray
}

b {  
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: bold;
	color: darkslategray
}

a:link {  
	font-family: Verdana; 
	font-size: 12px; 
	color: darkslategray; 
	text-decoration: underline
}


a:visited {   
	color: slategray; 
	text-decoration: underline
}

a:hover {   
	color: red; 
	text-decoration: underline
}

a:active {   
	color: red; 
	text-decoration: none
}

.small {  
	font-family: Verdana; 
	font-size: 10px; 
	color: dimgray
}

.vsmall {  
	font-family: Verdana; 
	font-size: 11px; 
	color: darkslategray
}


.white {  
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold;
	color: white
}


