/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
}

p, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	line-height: 18px;
}
td.main {
	padding: 0px 30px 0px 30px;
	background-image: url(images/cattails.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

a:link {color:#484B3C; text-decoration: underline;}
a:visited {color:#484B3C; text-decoration: underline;}
a:hover {color:#737C61; text-decoration: underline;}
a:active {color:#484B3C; text-decoration: underline;}


a.footer:link {font-size: 10px; color:#C8AF87; text-decoration: none; }
a.footer:visited {font-size: 10px;color:#C8AF87; text-decoration: none;}
a.footer:hover {font-size: 10px; color:#C8AF87; text-decoration: underline;}
a.footer:active {font-size: 10px; color:#C8AF87; text-decoration: none;}

.main_heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #484B3C;
	font-weight: bold;
	line-height: 35px;
}
.sub_heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #737C61;
	font-weight: bold;
}

.copyright {
	font-size: 10px;
	color: #C8AF87;
}
.timestext {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
}
.darkgreen {
	color: #484B3C;
}
.smallbold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	font-weight: bold;
}
.smalltimes {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}