﻿#div {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}
.maintable {
	width: 1000px;
	background-color:#005071;
}
body {
	margin: 0px;
	background-color:#005071;
}
.anytable{
	width:100%;
}
.righttable{
	width:100%;
	background-color:#076E9A;
}
.bodytable{
	width:100%;
	background-color:#ffffff;
}
td{
	font-family:Tahoma;
	color:#076E9A;
	font-size:8pt;
	text-align:center;

}
a {
	font-family: tahoma;
	font-size: 8pt;
	color: #076E9A;
}
a:hover {
	font-family: tahoma;
	font-size: 8pt;
	font-style:oblique;
	color:#FF9933;
}
.td_aboutus{
	text-align:right;
	font-family:Tahoma;
	font-size:10pt;
}
.toptable{
	width: 100%;
	background-color: #076E9A;
}
.centertable{
	width:46%
}
.botomtext{
	background-color: #005071;
	text-align: center;
	color: #FFFFFF;
	vertical-align:top;
}
.stritch{
	width:100%;
	vertical-align:top;
	text-align:center;
	background-color:white;
}
.center{
		float: right
}