
#tabtitle       { background: url(../SCREEN/Gifs/tabtitle.gif) repeat-x; border: solid 1px black }
#tabtitle2  { background: url(../SCREEN/Gifs/tabtitle.gif) repeat-x; border-top: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; border-left: none }
#tabtitletxt    { color: black; font-weight: bold; font-size: 11px; font-family: Arial; border: none }
#tabcontent    { border-top: none black; border-right: 1px solid black; border-bottom: 1px solid black; border-left: 1px solid black }
#tabcontent2  { border-top: none black; border-right: 1px solid black; border-bottom: 1px solid black; border-left: none }
#tabcontenttxt    { color: black; font-size: 11px; font-family: Arial; border: none }
#tabborder { border: solid 1px black }
.normtext  { color: black; font-weight: normal; font-size: 11px; font-family: Arial }
.headtext  { color: black; font-weight: bold; font-size: 11px; font-family: Arial }
A:link			 { color: black; text-decoration: none }
A:visited			 { color: black; text-decoration: none }
A:hover			 { color: black; text-decoration: underline }
body {
   scrollbar-face-color:#7A7699;
   scrollbar-shadow-color:#55536B;
   scrollbar-highlight-color:#A29FB8;
   scrollbar-3dlight-color:#8D89A7;
   scrollbar-darkshadow-color:#2C2A37;
   scrollbar-track-color:#C4C3D2;
   scrollbar-arrow-color:#000000;
 }
input, textarea {
	background-color : #7A7699;
	border-color : #B2AC89;
	border-width: 1px;
	border-style: solid;
	font-family : Arial;	
	font-size : 11px;
	color : black;
}