/*All formatting information in this area controls the look of different sections on this page. See below for additional comments.*/
body,td,th {/*Changes the font type to Verdana for the entire page*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.whitetext 	{color: #FFFFFF;} /*A custom style to create white text anywhere you apply it as a 'class'*/
.grayfootertext	{/*A custom style to create dark gray text in the georgia font anywhere you apply it as a 'class'*/
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.contactnumber	{/*formats the contact phone # in the lower right section of the page*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
a {/*Removes underlines from links*/
	text-decoration: none;
}
a.whitelink	{color: #FFFFFF;}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	color: #000000;
}
.jcs {
	font-style: italic;
	font-weight: bold;
}
