body {
	line-height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p { 
	font-size: 12px;
}
h1{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #005B7F;
}
h2{
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00B4CB;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.multilinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #00B4CB;
}
.redtxt {
	color: #FF0000;
	font-weight: bold;
}
.price_table {
	font-size: 11px;
	line-height: 20px;
}
.content {
	font-size: 12px;
	line-height: 20px;
}
.bluebar {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #005B7F;
}
.orangerow {
	font-weight: bold;
	text-align: center;
	background-color: #FF9933;
}
.options_table {
	font-size: 12px;
	line-height: 20px;
}
/* Contact Us Form formatting  */
form.Contact_Us {
	width: 400px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	margin-top: 10px;
}
.Contact_Us label {
	background-color: #FFFFFF;
	color: #000000;
	margin-bottom: 5px;
	text-align: right;
	float: left;
	padding: 3px;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 120px;
}
.Contact_Us textarea {
	height: 80px;
	width: 200px;
	margin-bottom: 5px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #000000;
	padding: 3px;
}
.Contact_Us input {
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #000000;
	margin-right: 6px;
	float: left;
	padding: 3px;
	margin-bottom: 5px;
}
.Contact_Us select {
	margin-bottom: 5px;
}
.Contact_Us p {
	margin: 0px;
	clear: left;
}
.captcha label {
	background-color: #FFFFFF;
	float: left;
	width: 120px;
	margin-right: 5px;
}
.captcha input {
	height: 28px;
	padding-top: 10px;
}
input.submit {
	background-color: #2b3a76;
	border: 1px solid #fff;
	color: #FFFFFF;
	cursor: pointer;
	width: 205px;
	margin-left: 130px;
}
.error {
	color: #FFF;
	background-color: #F00;
	padding: 5px;
	border: 1px solid #900;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
  