/* TEXT CSS */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #777d4b;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #824C60;
	font-weight: bold;
}
.greenheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F7544;
	font-weight: bold;
}
.ervice_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #824C60;
	font-weight: bold;
	text-decoration: underline;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F7544;
}
a:link {
	color: #959B69;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #959B69;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #D6DCAE;
	font-weight: bold;
	background-color: #959B69;
}
a:active {
	text-decoration: underline;
	color: #959B69;
}

body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #F4F4EE;
	margin-top: 40px;
	margin-bottom: 20px;
}

