@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/back.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
.disclaimer {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial;
	text-decoration: none;
}

.tel {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.telblue {
	color: #00fff0;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.footer {
	color: #999999;
	font-size: 11px;
	font-family: Tahoma, Arial;
	text-decoration: none;
	
}
.body_text {
	color: #363535;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}

.body_text_bold {
	color: #363535;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}

.body_text_underline {
	color: #363535;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
}

.body_text_blue {
	color: #05336d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}


.body_text_blue_bold {
	color: #05336d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}

.headers {
	color: #05336d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
}

.white_tel {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
}

.sub_headers {
	color: #05336d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}

.errors {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
}

.sub_headers2 {
	color: #05336d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}

.small_blue {
	color: #05336d;
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 24px;
	text-decoration: none;
}

.small_blue_underline {
	color: #05336d;
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 24px;
	text-decoration: underline;
}

.inputBox {color : #00457e;
background : #FFFFFF;
border-color : #00457e;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
}

.inputSubmit {color : #00457e;
background : #FFFFFF;
border-color : #00457e;
border-top : 2px solid;
border-bottom : 2px solid;
border-left : 2px solid;
border-right : 2px solid;
font-family : Arial, Helvetica, sans-serif;
font-weight: bold;
font-size : 12px;
}

