BODY {
	background :#FFFFFF;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-left : 0px;
	scrollbar-arrow-color : #000000;
	scrollbar-face-color : #8DDFF7;
	scrollbar-base-color : #8DDFF7;
}

A, A:Visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #F79400;
}

A:Hover{
	color : red;
	background-color: #FFFFFF;
	text-decoration: none;
}

TD {
	vertical-align: top; 
}

UL {
	 list-style-image : url(./images/dot.gif); 
}

HR {
	height:1px;
	color:#ADB5F7; /* IE */
	background-color:#ADB5F7; /* NS */
}

TH {
	color: red; 
	font-family: Courier New;
	font-size : 20px; 
	text-align : center; 
	font-weight: bold;
	background-image: url(./images/bar.jpg);
}

.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}

.Border { 
	border : 1px solid #ADB5F7; 
}

.SubmitButton{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	tex-decoration : none;
	color : #000000;
	border : 1px solid #000000;
	background-color : #8DDFF7;
}

.SumbitButton:Hover{
	color : #FF0000;
	background : #FFEF00;
	text-decoration : none;
}
	