.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.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: #666666;
}
.logoworks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.contentpadding {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
.subcontentpadding {
	margin-top: 25px;
	margin-left:10px;
	margin-right: 30px;
	margin-bottom: 10px;
}

.logoworks:hover {
	text-decoration: underline;
}
body {
	margin-top: 0px;
	background-color: #435F6E;
}

a {
	color: #4D4D4D;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	font-weight: bold;
}
.headingtext {
	text-transform: uppercase;
	color: #83BAD8;
	font-weight: bold;
}

.subnavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	padding-left: 20px;
	font-weight: bold;
}
.bordertopbottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.testimonialtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
	text-align: justify;
	margin-right: 20px;
	line-height: 15px;
}
