﻿body
{
	background-image: none;
	background-repeat: inherit;
	background-color: #FFFF99;
	text-align: center;
}

.headingtable {
	border-style: none;
	border-width: 0px;
	text-align: center;
	width: 90%;
	position: absolute;
}
.pagesidebar {
	padding: 2px 2px 2px 6px;
	margin: 2px;
	position: absolute;
	width: 200px;
	height: auto;
	top: 180px;
	font-family: "Book Antiqua";
	font-size: medium;
	background-image: url('images/bg/BACK_BROWN.JPG');
	text-indent: 0px;
}
.mainbody {
	text-align: left;
	position: absolute;
	top: 180px;
	width: 600px;
	float: right;
	z-index: inherit;
	overflow: auto;
	clip: rect(auto, auto, auto, auto);
	left: 220px;
	padding: 2px;
}
.style1 {
	text-decoration: underline;

