/* CSS Document */
<!--
.white-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.white-text A:link {
	text-decoration: underline; color: #FFFFFF; 
}    
.white-text A:visited {
    text-decoration: underline; color: #FFFFFF; 
}    
.white-text A:active {
	text-decoration: none; color: #FFFFcc;
}    
.white-text A:hover {
	text-decoration: none; color: #FFFFcc;
}
.white-text-small {font-size: 10px}
.white-text-small A:link {
	text-decoration: underline; color: #FFFFFF; 
}    
.white-text-small A:visited {
    text-decoration: underline; color: #FFFFFF; 
}    
.white-text-small A:active {
	text-decoration: none; color: #FFFFcc;
}    
.white-text-small A:hover {
	text-decoration: none; color: #FFFFcc;
}
.body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.small-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
-->
