@charset "UTF-8";
/* CSS Document */

body {
	color: #666;
	font-size: 11px;
	font-family: Helvetica;
	background-color: white;
	text-align: center;
	margin-top: 0px;
	background-image: url(images/system/background.jpg);
}
body, html { height: 100%; }
p { }
td{text-align:center;}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #8E2624;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.maincontent {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
.nav {
	font-size: 11px;
	background-color:#e5e0db;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}
.nav2 {
	font-size: 11px;
	background-color:white;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}
.headertext {
	font-size: 14px;
	text-align: center;
	color:#990000;
}
.submenu {
	font-size: 11px;
	background-color:#e5e0db;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	border:1px solid #999999;
	height:15px;
}
