body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.keyText
{
	top: 1px;
	left: 1px;
	position: absolute;
}

.logoBannerDiv
{
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: #001A96;
}
.topNavDiv
{
	left: 0px;
	top: 100px;
	position: absolute;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	line-height: 23px;
	text-indent: 10px;
	overflow: hidden;
}
.topNavLeftDiv
{
	left: 0px;
	top: 100px;
	position: absolute;
	width: 100%;
	height: 23px;
	background-color: #001A96;
	background-image: url(images/head_gradient_l.png);
	background-repeat: no-repeat;	
	overflow: hidden;	
}
.topNavRightDiv
{
	right: 0px;
	top: 100px;
	position: absolute;
	width: 300px;
	height: 23px;
	background-image: url(images/head_gradient_r.png);
	background-color: #001A96;
	overflow: hidden;	
}

.areaBodyDocument
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 140px;
	margin-bottom: 20px;
}

.navLink
{
	color: White;
	font-weight: bold;
}
a.navLink:link
{
	text-decoration: none;	
	color: White;
}
a.navLink:visited
{
	text-decoration: none;
	color: White;	
}
a.navLink:active
{
	text-decoration: none;	
	color: White;
}
a.navLink:hover
{
	text-decoration: underline;
	color: White;
}
hr
{	
	height: 1px;
	color: #891931;
}
.buildNo
{
	color: #891931;
	font-size: 10pt;
}
.copyright
{
	color: #001A96;
	font-size: 10pt;
}
.copyright a.snowbay { color: #fffffe; text-decoration: none; }
