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

.header {
	font: bold 18px "Times New Roman", Times, serif;
	color: #336699;
}
.subheader {
	font: bold 12px "Times New Roman", Times, serif;
	color: #A5C6E6;
}

.menusubheader {
	font-size: 10px;
	color: #999999;
}
.content {
	line-height: 14px;
	font: normal 14px "Times New Roman", Times, serif;
	color: #336699;
}
.content li {
	padding: 5px;
}
.content ul, .content ol {
	font: normal 14px "Times New Roman", Times, serif;
	color: #336699;
	line-height: 18px;
}
.content a:link, .content a:visited {
	color: #A5C6E6;
	text-decoration: underline;
}
.content a:hover, .content a:active {
	color: #A5C6E6;
	text-decoration: none;
}


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

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