/*
 * stylesheet
 *
 */


.topbutton {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #666666;
 font-weight: bold;
 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: #2D892B;
 text-decoration: none;
}

.topbutton:hover { 
 color: #2D892B; 
 text-decoration: none;
}



.text { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px;
 color: #333333; 
 text-decoration: none; 
 line-height: normal; 
 cursor: default
}

.text:link {  
 font-style: italic;
 text-decoration: none;
}

.text:active {  
 text-decoration: underline ; 
 color: #2D892B;
}

.text:visited {  
 text-decoration: none;
}

.text:hover {  
 color: #2D892B; 
 text-decoration: underline ;
}

