@charset "utf-8";
body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	text-align: center; 
	color: #000000;
}
.hbcss #container
{
	width: 95%;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
}
.hbcss #header
{
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  
}
.hbcss #header h1
{
	margin: 0; 
	padding: 10px 0; 
}
.hbcss #header h2
{
	margin: 0; 
	padding: 10px 0; 
}
.hbcss #mainContent
{
	padding: 0 20px; 
	background: #FFFFFF;
}
.hbcss #TableText
{
	padding: 0 20px; 
	background: #FFFFFF;
	font-size:small;
}
.hbcss #footer
{ 
	padding: 0 10px; 
	background:#DDDDDD;
} 
.hbcss #footer p
{
	margin: 0; 
	padding: 10px 0;
	font-size: 9px;
}
/* Link Styles */
A:link {text-decoration:none; color:#006699; }
A:visited {text-decoration:none; color:#006699; }
A:hover	{text-decoration:none; color:#3399FF;}
