body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #0099FF;
}
.table-headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}



/* this is the layout for   */
#top {
	position:absolute;
	left:0px;
	top:0px;
	width:760px;
	height:161px;
	z-index:1;
	background-color: #0066CC;
	padding-left:10px;
	padding-top:10px;
}
#bottom {
	position:absolute;
	left:0px;
	top:161px;
	width:200px;
	height:400px;
	z-index:2;
	background-color: #0099FF;
	padding-left:10px;
	padding-top:-10px;
}
.main_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF66;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #3399FF;
}
