a:link, a:active, a:visited { text-decoration: none; color: white; } 

a:hover { text-decoration: underline; color: #DE4643; } 

SELECT {  FONT-SIZE: 10px; COLOR: white; BACKGROUND: #DE4643; FONT-FAMILY: Verdana, tahoma} /* text in tables */ 

.text1 { COLOR: black; FONT: 10pt Verdana, tahoma;} 

.text2 { COLOR: black; FONT: 8pt Verdana, tahoma;} 

.text3 { COLOR: black; FONT: bold 10pt Verdana, tahoma;}

.bottomtext { COLOR: white; bold; FONT: 7pt Verdana, tahoma;} 

/* all form elements */ 
.forms {font: 8pt tahoma;} 

/* all form elements */ 
.forms2 {font: 7pt tahoma;} 



body {
	scrollbar-arrow-color:#DE4643;
	scrollbar-track-color:#DE4643;
	scrollbar-3dlight-color:#FF823E;
	scrollbar-face-color:#FF823E;
}

.navlink:link,.navlink:visited { color: white; text-decoration: underline; } 

.navlink:hover { color: #DE4643; text-decoration: none; }