/* Default Styles */
body,
td {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #121213;
	line-height:1.8em;
}

h1, h2, h3, h4, h5, h6, p {
	padding:0;
	margin:0;
}

.pageheading {
	color:#033360;
	font-size:14pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	display:block;
	margin-bottom:20px;
}

h1.headingBold, .headingBold {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #02A6D4;
	font: bold 13pt Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}

h2.heading, .heading {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #02A6D4;
	font: normal 13pt Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}

h3.subheadingBold, .subheadingBold {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #FD9A05;
	font: bold 12pt Georgia, "Times New Roman", Times, serif;
}

h4.subheading, .subheading {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #FD9A05;
	font: normal 12pt Georgia, "Times New Roman", Times, serif;
}

h5 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #121213;
	font: bold 12pt Georgia, "Times New Roman", Times, serif;
}

h6 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #121213;
	font: normal 12pt Georgia, "Times New Roman", Times, serif;
}

ul {
	padding: 0 10px;
	margin: 10px 0;
}

li {
	
}

hr {
	height: 1px;
	border-top: 1px solid #FD9A05;
}

strong {
	font-weight:bold;
}

a,
a:link,
a:visited,
a:active {
	color:#121213;
	text-decoration:underline;
}

a:hover {
	color:#EA8700;
}

input {
	border: 1px solid #61B3DF;
	font: normal 11pt Georgia, "Times New Roman", Times, serif;
	color:#121213;
}

.radio{border:none!important;}

p {
	margin: 10px 0;
}

.altcolor {
	color: #4A5E6C;
	font-size:9pt;
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
}

/* Generic Button */
div.genericWpr {
	overflow:hidden;
	clear:both;
}

span.btnGeneric {
	display:block;
	background-image:url('../images/GenericButtonL.jpg');
	background-repeat:no-repeat;
	height:21px;
	overflow:hidden;
	text-align:center;
	padding-left:6px;
	margin-left:5px;
	float:left;
}

span.btnGeneric button,
span.btnGeneric input,
span.btnGeneric a,
span.btnGeneric a:link,
span.btnGeneric a:visited,
span.btnGeneric a:active {
	display:block;
	border:0;
	float:left;
	background-color:transparent;	
	padding:0 6px 0 0;
	margin:0;
	height:21px;
	line-height:21px;
	white-space:normal;
	overflow:hidden;
	background-image:url('../images/GenericButtonR.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

.cfdebug { text-align:left; }

#PageErrorMessage { float:none; clear:both; }
#PageErrorMessage.error { font-weight: bold; background-color:#FFFAF4; border:1px solid #FFBF8A; color:#D95E00; font-size:11px; font-weight:normal; list-style-type:none; margin:0 0 10px 0; padding:5px; }

.FormTextHeading{
	font-weight:bold;
	color:#4786A2;
	padding-bottom:10px;
}

.FormText{
	color:#4786A2;
	padding-bottom:10px;
}