/*
html, body {
	height: 100%;
}
*/
body {
	margin: 5px;
	background: #E2E2E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.main {
	border: 1px solid black;
	width: 780px;
	/* height: 540px; */
}
.top {
	height: 115px;
}
.top1 {
	background: #A2A2A2;
	height: 8px;
	width: 100%;
}
.top2 {
	background: #3A6EA5;
	height: 15px;
}
.top3 {
	background: #FFFFFF;
	height: 1px;
}
.logo {
	background: #737373;
	height: 47px;
}
.top4 {
	background: #A2A2A2;
	height: 5px;
}
.hlinks {
	background: #3A6EA5;
	height: 21px;
}
.top6 {
	background: #A2A2A2;
	height: 15px;
}
* html .nav {
	height: 0.01%;
}
* html .nav {
	height: auto;
	padding: 0;	
}
.nav ul {
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.nav ul li {
	display: inline;
	white-space: nowrap;
	margin: 0;
}
.nav ul li a, .nav ul li a:link, .nav ul li a:visited, .nav ul li a:active {
	text-decoration: none;
	margin: 0 -4px 0 0;
	padding: 3px 10px 3px 10px;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;	
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
* html .NAV ul li a {
		width: 1%;
	/* holly hack for IE5/Win inline padding */
}
.nav ul li a:hover
{
	text-decoration: none;
	background: #737373;
} 
.left {
	background: #737373;
	width: 170px;
	height: 80%;
	height: inherit;
}
.menuhdr {
	margin: 10px 10px 0px 10px;
	padding: 3px 0px 3px 5px;
	border-right: 1px solid #A2A2A2;
	border-top: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2;
	background: #A2A2A2;
	font-weight: bold;
}
/* <leftlinks> */
.mainmenu {
	background-color: #737373;
	font-weight: bold;
	font-size: 9pt;
	width: 150px;
	margin: 0px 10px 300px 10px;
	padding: 1px 0px 3px 5px;
	border-bottom: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2;
	border-left: 1px solid #A2A2A2;
}
.mainmenu ul {
	list-style : none;
	margin: 0px;	
	padding : 1px;
}
.mainmenu li {
	display : inline;
}
.mainmenu a:active, .mainmenu a:visited, .mainmenu a:link {
	display: block;
	/* width: 142px; */
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #737373;
	padding: 1px;
}
.mainmenu a:hover {
	width: 140px;
	background-color : #3A6EA5;
	border : 1px solid #ffffff;	
}
/* </leftlinks>
.links {
	border-left: 4px solid #3A6EA5;
	border-right: 1px solid black;
	height: 190px;
	padding: 10px;
	width: 140px;
	background: #E2E2E2;
} */
.content {
	margin-top: 10px;
	padding: 5px;
}
.bottom {
	background: #A2A2A2;
	height: 15px;
}
th {
	font-size: 9pt;
}