/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.navbar {color: #FFFFFF;} 

.norm a:link {
	color: #0000C0;
	text-decoration: underline;
} 
.norm a:visited {
	color: #0000FF;
	text-decoration: underline;
}
.norm a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.norm a:active {
	color: #0000FF;
	text-decoration: underline;
}	
.main a:link {
	color: #E24A01;
	text-decoration: none;
} 
.main a:visited {
	color: #E94A00;
}
.main a:hover {
	color: #312651;
	text-decoration: underline;
}
.main a:active {
	color: #312651;
}

.navbar a:link {
	color: #D29C1B; outline: none;
}
.navbar a:visited {
	color: #D29C1B; outline: none;
}
.navbar a:hover {
	color: #E24A00; outline: none;
}
.navbar a:active {
	color: #E54900; outline: none;
}

.allwht a:link {
	color: #F1F1D2;
	text-decoration: none;
} 
.allwht a:visited {
	color: #F1F1D2;
	text-decoration: none;
}
.allwht a:hover {
	color: #F1F1D2;
	text-decoration: underline;
}
.allwht a:active {
	color: #F1F1D2;
	text-decoration: none;
}
.allwht2 a:link {
	color: #F1F1D2;
	text-decoration: none;
} 
.allwht2 a:visited {
	color: #F1F1D2;
	text-decoration: none;
}
.allwht2 a:hover {
	color: #312651;
	text-decoration: underline;
}
.allwht2 a:active {
	color: #312651;
	text-decoration: none;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.collumntext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
}

.narrowtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	padding-left: 15px;
}
.paragraphheading {
	font-size: 30px;
	color: #312651;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
}
.narrowheading {
	font-size: 24px;
	color: #312651;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-left: 15px;
}
.text_no_indent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.narrowcolumnheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #312651;
}
.text_fullpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-right: 75px;
	padding-left: 75px;
}
