/* CSS Document */

p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 11px;
	text-decoration: underline;
}


hr {
	border-top: 1px dotted #000000;
	margin: 3px 3px 3px 3px;
	height: 1px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 13px;
	font-weight: bold;
}

.subHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #62A1D9;
	font-size: 11px;
	font-weight: bold;
}

.headerLinks, .headerLinks:link, .headerLinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.headerLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.CTtableout{
	border: 2px solid #62a1d9;
}
.CTtablein, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #336699;
}
.HtmlButton {
	background-color: #62a1d9;
}