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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 10px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #488AAF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #488AAF;
}
.bgLeaves {
	background-image: url(images/leaves.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
h3 {
	color: #488AAF;
	font-weight: normal;
}
.contactText {
	font-size: 18px;
}

.headersNoLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #488AAF;
}
.greyborder {
	border: 3px solid #858585;
	background-color: #F7F7F7;
}
.blackborder {
	border: 1px solid #000000;
	background-color: #F7F7F7;
}
a:link {
	color: #488AAF;
}
a:visited {
	color: #488AAF;
}
a:hover {
	color: #488AAF;
}

