body {
	margin-left: 0px;
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_main.gif);
	background-color: #050A10;
	background-repeat: repeat-x;
}

.body1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #D2D2D2;
	line-height : 21px;
	font-weight: normal;
}

.bodyHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height : 22px;
}

.bodyHeaderQuote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	line-height : 22px;
}


.bgContent { background-color: #0a354c;}

.bgSubContent {	background-color: #08425c;}

.bgCommList { background-color: #e3f4ff;}


.commList{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;
	line-height:18px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 18px;
}

td .commList{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;
	line-height:18px;
}

.commListTitle{
	color:#00384d;
	font-weight:bold;
}

a:link.commListLink, a:visited.commListLink{
	color:#025e81;
	text-decoration:none;
}

a:hover.commListLink, a:visited:hover.commListLink {
	color: #D58800;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D58800;
}

.commLeading{
	color:#0879b3;
	font-weight:bold;
}

.commImage {background-color:#FFFFFF;}

.formTitle
{
	color:#f2deb2;
	font-size:13px;
	padding-bottom:18px;
	text-decoration:underline;
}

.formText
{
	color:#fff;
	font-size:13px;
	padding-left:8px;
	background-color:#0c5271;
}

.formFieldStyle
{
	border: 1px solid #00A8E6;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	width:200px;
}

.formTextSmall
{
	font-size:11px;
	color:#FFFFFF;
}


.panel {
	clear: both;
	border: 3px solid #CCC;
	padding: 1em;
}

.panel.active-tab-body {
	display: block;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	width:200px;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #333333;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}

.body1 a:link {
	color: #62BADC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #62BADC;
}

.body1 a:hover, .body1 a:visited:hover {
	color: #D9AC5E;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D9AC5E;
}

.body1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D2D2D2;
}
.body1 strong {
	color: #FFFFFF;
}

.bodySmall {
	font-size: 10px;
}

 hr {
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 1px;
	margin-bottom: 10px;
}

