.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: top;
	word-spacing: 2px;
	white-space: normal;
}
.bodyheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
}
.bluelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066FF;
	font-weight: normal;
	padding-top: 25px;
}
.r_bodyheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: bold;
	padding-left: 10px;
}
.r_bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	font-weight: lighter;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.bodytext_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.10spacestop {
	padding-top: 10px;
}
table {
	margin-top: 5px;
}

.line_table_top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: lighter;
}


/* Footer **/
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #0D467B;
}

.footer a { color: #0D467B; }
.footer a:hover { 
	color: blue;
	text-decoration: none;
}


/* Lead Generator section **/
.leadGenForm{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: lighter;
	width: 220px;
}

.leadGenForm h3{
	font-size: 13px;
	color: #0D467B;
	margin: 0px;
	margin-bottom: 15px;
}

.leadGenForm .desc{	font-size: 12px; }
	
.leadGenForm label{
	display: block;
	margin-bottom: 3px;
}

.leadGenForm .selectlabel{ margin-top: 15px; }

.leadGenForm input, .leadGenForm select{
	display: block;
	width: 200px;
	margin-bottom: 10px;
	font-size: 11px;
}

.leadGenForm #security_code{
   display: inline;
   width: 50px;
   font-size: 14px;
}

.leadGenForm .message{
	font-weight: bold;
	margin: 5px 15px 10px 0px;
    min-height: 23px !important;
    border-style: solid !important;
    border-width: 1px !important;
    background-repeat: no-repeat !important;
    background-position: 10px 10px !important;
    padding: 8px 8px 8px 32px !important;
	display: none;/**/
}

.leadGenForm .error{
	background-image: url('images/error_msg_icon.gif');
	background-color: #FAEBE7;
	border-color: #F16048);
	color: #DF280A;
}

.leadGenForm .success{
	background-image: url('images/success_msg_icon.gif');
	background-color: #EFF5EA;
	border-color: #446423;
	color: #3D6611;
}


