/* pages */
.footerNav {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left: 30px;
	padding-right: 30px;
	}
.footerNav a:link{
	text-decoration: underline;
	color: #666666;
	}
.footerNav a:visited{
	text-decoration: underline;
	color: #666666;
	}
.footerNav a:hover{
	text-decoration: underline;
	color: #999999;
	}
.companyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	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: #666666;
	}
.companyText a:visited {
	text-decoration: underline;
	color: #666666;
	}
.companyText a:hover {
	text-decoration: underline;
	color: #cc0000;
	}
.pageCaption {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	}

.searchBox {
	background-color: #333333;
	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: #333333;
	text-decoration: none;
}
.horizontalLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

.graybox {
	background-color: #999999;
	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;
}