body{ 
        background-color: #3D85AB;
	font-family: Arial, sans-serif;
	font-size: 18pt;
	color:white;
	margin:0px;

}

a:link{
	text-decoration:none;
	color: #000000;
}
a:visited{
	text-decoration:none;
	color: #000000;
}
a:hover{
	text-decoration:underline;
	color: silver;
}

a.alt:link{
	text-decoration:none;
	color: #FFFFFF;
}
a.alt:visited{
	text-decoration:none;
	color: #FFFFFF;
}
a.alt:hover{
	text-decoration:underline;
	color: silver;
}


.table_header{
	border:1px solid red;
	background-color:silver;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight:bold;
        font-style:underline;
        text-decoration:underline;
	color: #FFFFFF;
	text-align:center;
	padding:0px;
}
	
.table_alt1{
	border:1px solid white;
	background-color:siler;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: white;
	padding:3px;
}
.table_alt2{
	border:1px solid white;
	background-color:#3399CC;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: white;
	padding:3px;
}
	
.form_bottom{
	border:0px solid white;
	background-color:#3D85AB;
	text-align:center;
	padding:3px;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight:bold;
        font-style:underline;
	color: #FFFFFF;
	
}
.error_message{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #FFFFFF;
}
	
	
input,select,textarea {
	font-family: Arial, sans-serif;
	font-size: 11pt;
        font-weight: bold;
	color: black;
	background-color:white;
	border:1px solid gray;
}

form{
	padding:0px;
	margin:0px;
}

img {
	border:0px;
}