@charset "UTF-8";


a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #00FF00;
}
	
/* Class Styles */
	
.bodyText {
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:16px;
	margin-top:0px;
	font-weight: normal;
	}
.bodyTextSmall {
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
	/*line-height:13px; */
	margin-top:0px;
}	
.bodyTextLarge {
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:18px;
	margin-top:0px;
	font-weight: normal;
}
.bodyTextLarger {
	font:medium Arial, Helvetica, sans-serif;
	color:#333333;
	margin-top:0px;
	font-weight: normal;
	vertical-align: text-top;
}
.CellContent {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 14px;
	margin-left: 9px;
}

.FormCapitalize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	line-height:16px;
	text-transform:capitalize;
	font-style: normal;	
	}
.FormAllCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	line-height:16px;
	text-transform:uppercase;
	font-style: normal;	
	}
.SecHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
.HeadingWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
	background-color: #26354A;
	font-weight: normal;
	text-decoration: inherit;
	line-height: 135%;
}
.SubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.OtherACTCSites {
	color: #008080;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #26354A;
}
.RPTHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.SubHeadingBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #CCFFFF;
	font-weight: normal;
	text-decoration: inherit;
	line-height: 135%;
}

