.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	height: 20;
}
.watermark {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.headertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #663300;
	height: 20;
	font-weight: bold;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #330000;
}
.footerwhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff;
}

a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CC9933;
}
a:active {
	text-decoration: none;
}