body {
	background-color : #010b14;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #f3dca8;
}
a:link {
	color : #f67630;
	text-decoration : none;
}
a:visited {
	color : #81b0f0;
	text-decoration : none;
}
a:hover {
	color : #81b0f0;
	text-decoration : underline;
}
a:active {
	color : #f67630;
	text-decoration : none;
}
table thead tr th {
	font-size : 11px;
	font-weight : bold;
}
table tbody tr td {
	font-size : 11px;
}
div.canvas {
	min-height : 687px;
	height : expression('687px');
	text-align : center;
}
div.cavnas div.header {
	width : 950px;
	height : 165px;
	background-color : #192c3d;
	text-align : left;
	margin : 0px auto;
}
div.canvas div.header div.topnav {
	width : 950px;
	background-color : #041a30;
	height : 27px;
	text-align : right;
	margin : 0px auto;
	font-size : 10px;
}
div.canvas div.header div.topnav div.pad {
	padding : 15px 40px 0px 0px;
}
div.canvas div.header div.mainnav {
	background-color : #02101e;
	width : 950px;
	height : 26px;
	border-bottom : solid 2px #ffffff;
	margin : 0px auto;
}

div.canvas div.main {
	width : 950px;
	min-height : 525px;
	height : expression('525px');
	background-color : #041a30;
	border-bottom : solid 5px #59646f;
	text-align : left;
	margin : 0px auto;
}
div.canvas div.main div.title {
	padding : 40px 0px 0px 90px;
}

div.canvas div.footer {
	width : 950px;
	height : 37px;
	background-color : #031324;
	line-height : 37px;
	text-align : center;
	margin : 0px auto;
	font-size : 10px;
}

span.required {
	color : #f3dca8;
	font-size : 18px;
	font-weight : bold;
}