/* CSS Document */
.tableMain {
	width: 750px;
	height: 100%;
	border: 0px solid #000000;
	background-color: #ffffff;
}
#footer {
	width: 750px;
	height: 50px;
	color: #000000;
	padding-top: 10px;
	text-align: right;
	border-right: 0px solid #1B2879;
	border-left: 0px solid #1B2879;
}
#main {
	width: 600px;
	height: 100%;
	padding: 0px;
	spacing: 0px;
	border-right: 0px solid #ADBCDA;
	border-left: 0px solid #ADBCDA;
}
#hnav {
	width: 150px;
	height: 100%;
	background-color: #ffffff;
	background: url('bg_nav.gif') repeat-y top;
	padding: 5px;
}
#hnav ul
{
margin-left: 0;
padding-left: 3px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;

}
#hnav li {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding: 4px;
}
#hnav a:link {
	text-decoration: none;
	color: #ffffff;
	
}
#hnav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#hnav a:hover {
	text-decoration: underline;
}

