
Body {
	margin: 0;
	top:0;
	font-family:georgia,serif;
	font-size:10pt;
	color:#fff;
	background-color:#333;
	text-align:center;
}
A {
	font-weight: bold;
	text-decoration: none;
	}
A:hover{
	color: #000fbb;
}
	td.header {background-color:#ccc; 
		color:#000; 
		font-size:12pt;
		text-align:center; 
		}
	td.body {
		text-align:left; background-color:#eee; color:#000; padding:5px;
		font-size:9pt;
		}
	td.body_centered {
		text-align:center;
		color:#fff;
		font-size:9pt;
		}
	#TitleBar { position: absolute; left: 0px; top:0px; width: 801px; height: 54px;}
	#Title { position: absolute; left: 210px; top:6px; z-index:15; font-size:12pt;}
	#Main {background-color:#000;position: absolute; left: 0px; top:64px;width: 800px;height:100%;}

