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

.content h1, .header {
	font-size: 22px;
	font-weight: normal;
	color: #D9261C;
}
.content h2, .subheader {
	font-size: 22px;
	font-weight: normal;
	color: #010C7A;
}

.menusubheader {
	font-size: 10px;
	color: #999;
}
.content {
	color: #444;
}
.content li {
	color: #010C7A;	
}
.content ul, .content ol {
	color: #010C7A;
	font-weight: bold;
}
.content a:link, .content a:visited {
	color: #010C7A;
	text-decoration: underline;
}
.content a:active, .content a:hover {
	color: #D9261C;
	text-decoration: none;
}
#content p {
	line-height: 28px;
}

a.sub {
	font-size: 11px;
}
a.sub:link, a.sub:visited {
	color: #010C7A;
	text-decoration: underline;
}
a.sub:hover, a.sub:active {
	color: #D9261C;
	text-decoration: none;
}

.bglistdark {
	background: #EEE;
}
.bglistlight {
	background: #FFF;
}
.sitename {
	font-size : 12px;
	font-weight: bold;
	color: #fff;
}
.contentgrey {
	font-size: 13px;
	color: #444;
	background: #ccc;
}
.contenterror {
	font-size : 12px;
	color: #990000;
}

