body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: black ; 
	text-decoration: none;
	background-color: white ; }
a {  
	color: black ;
	text-decoration: none ;
	font-weight: bold;
	font-size: 12; }
a:hover{
	color: #fdb410 ;
	text-decoration: none ;
	font-weight: bold;
	font-size: 12 ; }
a:active {
	color: #9c3a45 ;
	text-decoration: none ;
	font-weight: bold ;
	font-size: 12 ; }
table {  
	color: black ;
	text-decoration: none; 
	font-size: 12; 
	font-weight: normal;}
div { 
	font-size: small;
	font-weight: normal; 
	text-decoration: none; 
	font-size: 12px; }
.inputbox {
	background-color: white ;
	border-width: 1px;
	border-color: grey ;
	border-style: groove;
	font-size: 14px;
	color: #a5acb2 ; }
.checkbox {
	background-color: white;
	border-width: 0px;
	border-color: #4F81B4 ;
	border-style: groove;
	font-size: 14px;
	color: #4F81B4 ; }
.submit {
	border-width: 1px;
	background-color : #a5acb2 ;
	border-color: #70767c ;
	border-style: groove;
	font-size: 14;
	color: white ; }
.radio {
	border-width: 0px;
	border-color: #788386;
	border-style: groove;
	font-size: 14px;
	color: #CC0000; }
ul {
	list-style-type: square;
	margin-left: 17px;
	margin-top: 0px;
	margin-bottom: 0px;" }
.scroll
{
width: 750px;
height: 100%;
scrollbar-base-color: black ;
scrollbar-3d-light-color: black ;
scrollbar-arrow-color: #809bb4 ;
scrollbar-darkshadow-color: black ;
scrollbar-face-color: black ;
scrollbar-highlight-color: #809bb4 ;
scrollbar-shadow-color: #809bb4 ;
scrollbar-track-color: black ;
}