html,body 
{
	margin: 0px;
	padding:0px;
	background-color: #666666;
	width: 100%;
	height: 100%;
	top: 0px;
}

table.main 
{
	height:100%;
	width:707px;
	margin-left:auto;
	margin-right:auto;
	background-color:#CCCCCC;
	background-image: url(images/generic/table_background_lines.gif);
	background-repeat: repeat;


}
table.header {
	background-color: #FFFFFF;
	left: auto;
	top: 0px;
	right: auto;
	width: 693px;
	background-position: top;
	height: 150px;
	padding: 0px;
	bottom: 100%;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #990000;
}
.spacing {
	line-height: 20px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.nav_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #000000;
	text-decoration: none;
	font-weight: bolder;
	padding-right: 1px;
	padding-left: 1px;
}
