@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	background-image: url(../images/bodybg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #3e3e48;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height: 15px;
}
a{
	color: #585863;
	text-decoration: underline;
}
a:hover{
	color: #003399;
	text-decoration: none;
}
.maintable{
	width: 800px;
	background-color: #FFFFFF;
	border: 1px solid #f0e9c7;
	float: none;
	clear: both;
	margin: auto;
}
.header1{
	background-image: url(../../images/header1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 150px;
	text-align: left;
	vertical-align: bottom;
}
.topnav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 40px;
	color: #000000;
	text-transform: uppercase;
}
.topnav a{
	display: block;
	padding: 0px 15px;
	background-image: url(../images/navbg.gif);
	background-position: left center;
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}
.topnav a:hover{
	background-image: url(../images/navbg_hover.gif);
	background-position: left center;
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}
.footernav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url(../images/navbg.gif);
	color: #FFFFFF;
	height:40px;
	
}
.footernav a{

	color: #FFFFFF;

	
}
.shadow{
	background-image: url(../images/shadow.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: right;
	vertical-align: top;
	height: 40px;
}
.curvebg{
	background-image: url(../images/curvebg.gif);
	background-position: left center;
	background-repeat: repeat-x;
}
.txtbox{
	width: 103px;
	height: 18px;
	background-image: url(../images/txtboxbg.gif);
	border: 1px solid #99999a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
.rightalign{
	text-align: right;
}