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

.content h1, .header {
	font-weight: bold;
	font-size: 30px;
	color: #394559;
}
.content h2, .subheader {
	font-size: 22px;
	font-weight: normal;
	color: #4F4F4F;
}
#c_c_content h1, #c_c_content h2 {
	margin: 0;
	padding: 0;
}

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

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;
}

