
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #8c8c8c;
	text-align: left;
}

a {
	color: #00f;
}
a#headerlink {
	color: #999999;
	text-decoration: none;
}
.maintable {
	text-align: left;
}

.blueheader {
	background-color: #10298e;
	color: #CCCCCC;
	height: 24px;
}
.blueheader a {
	color: #ccc;
	text-decoration: none;
}
.blueheaderleft {
	border-right: 2px solid #CCCCCC;
}
.blueheaderright {
	background-color: #10298e;
	text-align: left;
	margin-left: 20px;
}

.grayheader {
	background-color: #666666;
	color: #CCCCCC;
	height: 24px;
}

#leftnav {
	text-align: right;
	margin-right: 10px;
}
#leftnav .primary,
#leftnav .primary a{
	font-weight: bold;
	color: #1e3595;
	text-decoration: none;
}
#leftnav .current,
#leftnav .current a {
	color: #aaa;
}
#leftnav .secondary,
#leftnav .secondary a {
	text-decoration: none;
	color: #656565;
	font-style: italic;
}

#contents {
	margin-left: 15px;
	margin-right: 10px;
}

#contents #title {
	font-size: 15px;
	font-weight: bold;
	color: #1e3595;
}
#contents #subtitle {
	margin-top: 5px;
	width: 500px;
	border-top: 1px solid #1e3595;
	border-bottom: 1px solid #1e3595;
}
#contents #contentsbody {
	margin-top: 10px;
}
#contents #reportpdf {
	width: 100%;
	padding-top: 50px;
	padding-left: 230px;
}
#contents .linktitle {
	font-weight: bold;
}
#contents .contactodd {
	background: #ccc;
}
#contact .contacteven {
	background: #fff;
}
#footertext, #footertext a {
	color: white;
	text-decoration: none;
}
div.success {
	font-weight: bold;
	color: #fff;
	background: #27445f;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 8px;
}
div.error {
	font-weight: bold;
	color: #fff;
	background: #8d3232;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 8px;
}