/*
 * stylesheet
 *
 */


.toptext {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	;
	text-transform: uppercase;
}

.toptext:link {
 text-decoration: none;
}

.toptext:visited {
 text-decoration: none;
}

.toptext:active {
 color: #D9B72F;
 text-decoration: none;
}

.toptext:hover { 
 color: #D9B72F; 
 text-decoration: none;
}


.downtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	;
	text-transform: uppercase;
}

.downtext:link {
 text-decoration: none;
}

.downtext:visited {
 text-decoration: none;
}

.downtext:active {
 color: #D9B72F;
 text-decoration: none;
}

.downtext:hover { 
 color: #D9B72F; 
 text-decoration: none;
}

.text { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px;
 color: #666666; 
 text-decoration: none; 
 cursor: default
}

.text:link {  
 text-decoration: none;
}

.text:active {  
 text-decoration: underline ; 
 color: #D9B72F;
}

.text:visited {  
 text-decoration: none;
}

.text:hover {  
 text-decoration: underline ;
 color: #D9B72F;
}

