<!--
body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* background-color: #CCCCCC; */
	background-color: #990100; 
}

.maincont {
	position: relative;
	width: 727px;
	height: 100%;
	vertical-align: top;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	text-align:left;
	background-color:#FFFFFF;
	background-position:bottom;
	border-width:medium;
	border-style:ridge; 
	border-color:#CCCCCC;  
}

.submenu {
	color: #FFFFFF;
	font-size:10pt;
	}
hr {
	color: #990100;
	height: 4px;
}

.submenu a {  color:#FFFFFF; text-decoration:none; }
.submenu a:link { text-decoration: none; color: #FFFFFF}
.submenu a:visited { text-decoration: none; color: #CCCCCC}
.submenu a:active { text-decoration: none; color: #FFFFFF}
.submenu a:hover { text-decoration: underline; color: #FFFFFF}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11pt;
}
.copyright {color: #666666}

li {margin-left:2px;}

.header {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;
	font-size: 125%;
}

-->