body {
   /*background-image: url(../images/bg.gif);*/
	background-color: maroon;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

.main_table {
	border: solid 1px #000000;
}

.inner_table {
	border: solid 1px #000000;
   border-left: 0px;
	border-right: 0px;
   border-bottom: 0px;
}

a:link,active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #E0E0E0;
	text-decoration: underline;
}

.grey_hl {
	background-color: Gray;
   font-weight: bold;
   color: White;
}

.white {
	color: white;
}

.maroon {
	background-color: maroon;
}
