body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #8E9083;
	color: #FFFFFF;
}
td {
	text-align: left;
	vertical-align: top;
}
.fade_top {
	background-image: url(images/fade_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 8px;
}
.fade_bot {
	background-image: url(images/fade_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	vertical-align: bottom;
}
.footer {
	background-image: url(images/foot_nav.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 6px;
}
.background {
	background-image: url(images/content_back.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
}
.footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.content {
	padding: 20px;
	text-align: justify;
}
.fade_text {
	background-image: url(images/fade_services.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nav_back {
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.home_text {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 20px;
	text-align: justify;
	padding-left: 0px;
	padding-right: 0px;
	word-spacing: normal;
	line-height: 20px;
	letter-spacing: normal;
}
.border {
	border: 1px solid #333333;
}
.float_right_border {
	float: right;
	margin-bottom: 6px;
	margin-left: 10px;
	border: 1px solid #333333;
}
