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

.header {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #17479E;
}
.subheader {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #DF3529;
}


.menusubheader {
	font-size: 10px;
	color: #999999;
}
.content {
	margin: 10px 0;
	padding: 0;
	line-height: 16px;
	color: #231F20;
}
.content li {
	padding: 5px;
}
.content ul, .content ol {
	color: #17479E;
	font-weight: bold;
}
.content a:link, .content a:visited {
	color: #DF3529;
	text-decoration: underline;
}
.content a:hover, .content a:active {
	color: #17479E;
	text-decoration: underline;
}


a.sub {
	font-size: 11px;
}
a.sub:link, a.sub:visited {
	color: #DF3529;
	text-decoration: underline;
}
a.sub:hover, a.sub:active {
	color: #17479E;
	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: #990000;
}


