@charset "utf-8";
body {
	background-image: url(images/fist-bkgd001.png);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

.style2 {
	font-size: small;
	color: #FFFFFF;
}
#maincontent {
	padding: 20px;
	line-height: 1.3em;
	background-color: #FFFF99;
}
#header_table {
	background-color: #FFFFFF;
}


a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #CC0066;
}
#mainbkgd_table {
	border-top-width: 2px;
	border-right-width: 15px;
	border-bottom-width: 10px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;

}

a:active {
	text-decoration: underline;
	color: #990000;
}
#footer {
	background-image: url(images/footer_bkgd.png);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
