body {
	font: 10pt Arial,Helvetica,sans-serif;
}

p td {
	font: 10pt Arial,Helvetica,sans-serif;
}

a:link {
	color: #2963ad;
}

a:visited {
	/*color: #99cbff;*/
	color: #999999;
}

a:hover {
	color: #0082FF;
}

a:active {
	color: #8cc507;
}

.leftbarheading {
	color: #8cc507;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: -10px;
	padding-top: 15px;
}
.pageheading {
	border-bottom: 2px solid #CCCCCC;
	color: #8cc507;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: -10px;
}
.heading1 {
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: -15px;
	padding-top: 20px;
}

.heading2 {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: -10px;
	padding-top: 15px;
}

.heading3 {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: -15px;
	padding-top: 20px;
}

.announcements {
	background-color: #faf9dc;
	display: block;
	font-size: 8pt;
	padding: 1px 10px 5px 10px;
}

.dashoutline {
	border: 1px dashed #cccccc;
	margin-bottom: 15px;
}