.topbackground {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.middlebackground {
	background-image: url(images/middle_bkg.jpg);
	background-repeat: repeat;
}
.bottombackground {
	background-image: url(images/bottom_bkg.jpg);
	background-repeat: no-repeat;
}
.hmebackground {
	background-image: url(images/home_body.jpg);
	background-repeat: no-repeat;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.highlighted_text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #003366;
	font-weight: bold;
}
.copyrighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.aboutbkg {
	background-image: url(images/about_bkg.jpg);
	background-repeat: no-repeat;
}
.servicesbkg {
	background-image: url(images/services_bkg.jpg);
	background-repeat: no-repeat;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B76C28;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
}
.linktype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}
.contactbkg {
	background-image: url(images/contact_bkg.jpg);
	background-repeat: no-repeat;
}
.formbkg {
	background-image: url(images/formbkg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E9E9E9;
}
.testimonialbkg {
	background-image: url(images/testimonial_bkg.jpg);
	background-repeat: no-repeat;
}
.capitalletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
