@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	line-height: 150%;
}
body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #184118;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #184118;
}
a:hover {
	text-decoration: none;
	color: #184118;
}
a:active {
	text-decoration: underline;
	color: #184118;
}
h1 {
	font-size: 16px;
	color: #184118;
}
h2 {
	font-size: 14px;
	color: #184118;
}
.mainDiv {
	padding: 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
.navArea {
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 1000px;
	background-color: #184118;
	text-align: left;
}
.bodyBknd {
	background-image: url(images/vert-rpt.gif);
	background-repeat: repeat-x;
	text-align: left;
}
.footer {
	height: 25px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.gif);
	text-align: center;
	padding-top: 14px;
}
.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #184118;
}

