/* CSS Document */
input {
font-family: Verdana, Arial, Tahoma;
font-size: 8pt;
/*background-color: #99CCFF;*/
color: #000000;
background-color: #EDF1F5;
border-color: #000000;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}

select {
font-family: Verdana, Arial, Tahoma;
font-size: 8pt;
color: #000000;
background-color: #EDF1F5;
border-color: #ffffff;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}

textarea {
font-family: Verdana, Arial, Tahoma;
font-size: 8pt;
background-color: #EDF1F5;
border-color: #000000;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}

body { 
	background-color: #FFFFFF;
	/* scrollbar-darkshadow-color: #000000;
	 scrollbar-face-color: #EDF1F5;
	 scrollbar-shadow-color: #EDF1F5;
	 scrollbar-track-color: #EDF1F5;
	 scrollbar-arrow-color: #000000;
	 scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #D6D6DE;*/
}

a:link {color: #0000FF;}
a:visited {color: #0000FF;}
a:active {color: #0000FF;}
a:hover {color: #FF0000; text-decoration: none; } 
smallfont {font-family: Verdana; font-size: 7pt; font-style: normal; font-weight: normal;}
form { margin-top: 0; margin-bottom: 0; }
TD {font-size: 10pt; font-family: Arial;}

