body {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat; background-position: top-left;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: Black;
	margin-top: 99px;
	margin-left: 0px;
}

.menu {
	font-family: Arial, Helvetica, sans-serif; color: Black; font-size: 10px;
	background-color: Silver;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
	width: 600px;
	filter:alpha(opacity=80);
}



.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.textbox {
	background-color: #CCCCCC;
	border: none;
}

.maintable {
	background-color: white;
	border-color: Silver;
	border-width: 1px; border-style: solid; 
	vertical-align: top;
	margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;
	
}
.bcg {
	background-color: #BACBDB;
}
.tdbcg {
	background-color: #F5F6F8;
}



.inlink {
	font-family: Arial, Helvetica, sans-serif; color: Black; font-size: 12px; font-weight: normal;
}

.tdimg {
	margin-bottom: 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px;
	
}

hr {
	color: #708090;
	border-style: dotted;
	border-width: thick;
	
}


a {
		color: #003160;
		text-decoration: none;
		font-weight: bold;
}

a:hover {
		color: Maroon;
		text-decoration: underline;
		
	}
	
h1 {
	
	font-size: 14px; color: Maroon; font-weight: bold;
	margin-bottom: 2px; margin-top: 2px;
}

h2 {
	
	font-size: 9px; color: Black; font-weight: normal;
	margin-bottom: 2px; margin-top: 2px;
}

ul {
	text-align: justify;
}