body {
	height: 100%;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.header {
	background-attachment: scroll;
	background-image: url(img/header_rpt.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 92px;
}
.heading   a:visited, .heading  a:link, .heading a:active   {
	display: block;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	background-color: #F90;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-style: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.navblock_left {
	width: 200px;
	height: 100%;
	background-color: #D2D6DD;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
.body_div {
	height: 100%;
	width: 100%;
	left: 0px;
	top: 5px;
	position: absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.table1 {
	width: 950px;
	height: 100%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #333;
}

.top_nav_td {
	background-color: #004F9C;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F90;
	border-bottom-color: #CCC;
	height: 20px;
}

.nav_box {
	height: 100%;
}
