body {
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
	overflow-x:hidden;
	overflow-y:auto;
	background: #36373B;
}
td {
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
}
th {
	font-family: verdana;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}
h1 {
	font-family: verdana;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
/* general links */
a:link {
	color: #B6FFB6;
	text-decoration: none;
}
a:visited {
	color: #B6FFB6;
	/* color: #63B063; */
	text-decoration: none;
}
a:hover {
	/* color: #7944B7;*/
	text-decoration: underline;
}
.maintable {
	border: solid 2px #000000;
}
.topheader {
	background: url("images/TopHeaderSection.jpg");
}
.smallfont {
	font-size: 8px;
}
.tinyfont {
	font-size: 2px;
	background: #003305;
}
.tinyfontclear {
	font-size: 2px;
}
.mediumfont {
	font-size: 11px;
	color: #D9FCD9;
}
.mainbg {
	background: url("images/RightBackground.jpg") repeat-y;
}
.leftbg {
	background: url("images/LeftBackground.jpg") repeat-y;
}
.imagebg {
	background: url("images/background.jpg") repeat-x repeat-y;
}
.bottombit {
	background: url("images/bottombit.gif") repeat-x;
}