/* CSS Document */
a {
	text-decoration:none;
	color: #009900;
}
a:hover { text-decoration: underline; }
a:visited {
	color: #009900;
}


body {
	background-image: url(../images/back_main.jpg);
	background-repeat: repeat;
	padding-top: 20px;
}
.logo {
	padding-bottom: 20px;
	padding-left: 250px;
}

td.mainbody {
	background-color: #f7f4e9;
	padding: 20px;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	color: #161206;
	font-size: 14px;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	text-align: left;
	padding-left: 25px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #887A6D;
	text-align: center;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #009900;
	margin-top: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #009900;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: AC2320;
}
p {
	BACKGROUND: none; 
	COLOR: #484848; 
	FONT-SIZE: 13px; 
	FONT-FAMILY: tahoma

}
.bgtd {
	background-color: #E0D4C8;
	border: 1px solid #CCBFB4;
	vertical-align: top;
}

h4 {
	color: #009900;
	font-size: 17px;
	margin-top: 0px;
	padding-top: 0px;
}

