/* pages */

.topNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	color: #6e0200;
	text-transform: capitalize;
	text-align: center;
	}
	
.topNav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 8px;
	background-color: #000000;
	}

.topNav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 8px;
	background-color: #000000;
	}

.topNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 8px;
	background-color: #ffffff;
	}
	
	
.footerNav {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #FFFFFF;
	}
.footerNav a:link{
	text-decoration: underline;
	color: #000000;
	}
.footerNav a:visited{
	text-decoration: underline;
	color: #000000;
	}
.footerNav a:hover{
	text-decoration: underline;
	color: #79241b;
	}
.companyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;

	}
.companyText a:link {
	text-decoration: underline;
	color: #000000;
	}
.companyText a:visited {
	text-decoration: underline;
	color: #000000;
	}
.companyText a:hover {
	text-decoration: underline;
	color: #79241b;
	}
.pageCaption {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	}

.searchBox {
	background-color: #ffffff;
	border: 1px dotted #999999;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #ededed;
	text-decoration: none;
}

.boxNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.horizontalLineBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
}
