#bgfill {
	background: none;
	background-color: #EEEEEE;
}

.header {
	font: bold 22px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #01016B;
}
.subheader {
	font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #505050;
}


.menusubheader {
	font-size: 10px;
	color: #999999;
}
.content {
	font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5F5F5F;
}
.content li {
	padding: 5px;
}
.content ul, .content ol {
	color: #01016B;
	font-weight: bold;
}
.content a:link, .content a:visited {
	color: #01016B;
	text-decoration: underline;
}
.content a:hover, .content a:active {
	color: #01016B;
	text-decoration: underline;
}


a.sub {
	font-size: 11px;
}
a.sub:link, a.sub:visited {
	color: #01016B;
	text-decoration: underline;
}
a.sub:hover, a.sub:active {
	color: #01016B;
	text-decoration: underline;
}

.bglistdark {
	background: #EEEEEE;
}
.bglistlight {
	background: #FFFFFF;
}
.sitename {
	font-size : 12px;
	font-weight: bold;
	color: #ffffff;
}
.contentgrey {
	font-size : 12px;
	color: #000000;
	line-height: 16px;
	background: #cccccc;
}
.contenterror {
	font-size : 12px;
	color: #01016B;
}

