body {
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : White;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #000099;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #DBDBDB;
}
TR, TD, DIV {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: red;
}

Input, Select, Textarea, MENU{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: Black;
	background-color: whitesmoke;
}
 
 .FormHead{
	font-family : "Times New Roman", Times, serif;
	font-size : 15pt;
	color : White;
	background-color : #333333;
	font-weight : bold;
}

.Instructions{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	background-color : Lavender;
	border : 1pt ridge #333333;
}

.HelpText{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
}

.ErrMessage{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	color: White;
	background-color : black;
	border : 1pt ridge red;
}
.MultiSelect{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: Black;
	background-color: whitesmoke;
}

input.checkbox {width: 1.2em; height: 1.2em;}
