.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.borderall {
	border: 1px solid #000000;
}
.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.logoworks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.logoworks:hover {
	text-decoration: underline;
}
.headingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #021A32;
	font-weight: bold;
}
.quicktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.quickheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: middle;
}
a.navtext:hover {
	color: #9CBADC;
}
.gray {
	color: #666666;
}
.red {
	color: #CA0016;
}
