/* CSS Document */
body, p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#00264c;
}
.footer {
	font-size:11px;
	color:#ffffff;
}
.footerPhone {
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	color:#ffffff;
	font-weight:bold;
}
/*.pageHeader {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#d49d61;
}
.subtitle {
	font-size:13px;
	font-weight:bold;
}
.subtitleOrange {
	font-size:13px;
	font-weight:bold;
	color:#d49d61;
}
*/
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0;}
h1, h2.large {font-family: "Times New Roman", Times, serif; font-size: 20px; font-weight: bold; color: #d49d61;}
h2, h3, h4, h5, h6 {font-size: 13px; font-weight: bold;}
h3.orange {font-size: 13px; font-weight: bold; color: #d49d61;}
.subtitle {font-size: 13px; font-weight: bold;}
.subtitleBig {
	font-size:16px;
	font-weight:bold;
}
.subtitleBiggest {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

.italicBig {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	font-weight:normal;
}
.whiteText {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#ffffff;
	font-weight:normal;
}
.whiteTextLg {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#ffffff;
	font-weight:normal;
}
.confirmationBox {
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
}
.textHighlightBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#ffffff;
	font-weight:bold;
}
.formFields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
.signupForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	border: 0px;
}
.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
}
.formTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	text-decoration: none;
	line-height: 14px;
}

/*********** LINK CSS **********/
a {
	text-decoration:underline;
	color:#d49d61;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color:#d49d61;
}
.footer a {
	text-decoration:underline;
	color:#d49d61;
}
.footer a:hover {
	text-decoration:none;
}
.footer a:visited {
	color:#d49d61;
}
.whiteText a {
	text-decoration:underline;
	color:#d49d61;
}
.whiteText a:hover {
	text-decoration:none;
}
.whiteText a:visited {
	color:#d49d61;
}
.confirmationBox a {
	text-decoration:underline;
	color:#ffffff;
}
.confirmationBox a:hover {
	text-decoration:underline;
}
.confirmationBox a:visited {
	color:#ffffff;
}

