/*
 * stylesheet
 *
 */


.topbutton {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 font-weight: normal;
 font-size: 12px;
 text-decoration: none;
; text-transform: uppercase
}

.topbutton:link {
 color: #666666;
 text-decoration: none;
}

.topbutton:visited {
 color: #666666;
 text-decoration: none;
}

.topbutton:active {
 color: #FF9933;
 text-decoration: none;
}

.topbutton:hover { 
 color: #FF9933; 
 text-decoration: none;
}



.text { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px;
 color: #000000; 
 text-decoration: none; 
 cursor: default
}

.text:link {  
 font-style: italic;
 text-decoration: underline;
}

.text:visited {  
 text-decoration: none;
}

.text:hover {
	color: #007DBD;
	text-decoration: underline;
	text-align: right;
}

