.blackText {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
}



.blackTextSmaller {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
}

.header {
	font-family: GillSans, "Lucida Sans Unicode", Arial;
	font-size: 23px;
	line-height: 26px;
	color: #666666;
	font-weight: bold;
}


.ratesLocations {
	font-family: GillSans, "Lucida Sans Unicode", Arial;
	font-size: 20px;
	line-height: 22px;
	color: #000000;
	font-weight: bold;
}

.whiteText {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
}


a.footerLinks:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.footerLinks:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.footerLinks:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.footerLinks:active {
	color: #FFFFFF;
	text-decoration: none;

}


a.DarkBlueLinks:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a.DarkBlueLinks:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a.DarkBlueLinks:hover {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

a.DarkBlueLinks:active {
	color: #003366;
	text-decoration: none;
	font-weight: bold;

}

a.body:link {
	color: #FFFFFF;
	background-color: #FF9900;
}
a.body:visited {color: #FFFFFF;
	background-color: #FF9900;}
a.body:active {color: #FFFFFF;
	background-color: #FF9900;}
a.body:hover {
	text-decoration: underline;
	color: #FF9900;
	background-color: #FFFFFF;
}



.input{
	border-width:1px;
	border-style:solid;
	border-color:#330000;
	font-family: "Times New Roman", Times, serif; font-size:11px;  color:#330000;
	}
	
.select{
	border-width:1px;
	border-style:solid;
	border-color:#330000;
	font-family: "Times New Roman", Times, serif; font-size:1px;  color:#330000;
	}
