body {
	background-color: #000000;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
}

h1 {
	font-size: 16px;
	color:#CC0000;
}

h2 {
	font-size: 14px;
}

#main {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	background-color: #eeeeee;
	font-size: 12px;
	text-align:left;
}

#header {
	
}

#menu {
	display:none;
}

#awmAnchor-menu {
	display:none;
}

#content {
	margin-left: 2px;
	margin-right: 2px;
	height: auto;
	padding: 2px;
	background-image: url(images/content_backgrnd.jpg);
	background-repeat: repeat-y;
}

#content td { 
	font-size:12px;
}

#content th {
	color:#003366;
	font-size:14px;
}

#trail {
	display:none;
}

#footer {
	clear: both;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #CC0000;
	font-size: 80%;
	background:#FFFFFF;
}

#footer table {
	font-size:90%;
}