@charset "ISO-8859-1";
body {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	background-color: #D4CCC1;
}
a:link {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}
table {
	background-color: #FFFFFF;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #71BF44;
	width: 970px;
}
#header {
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	background-color: #71BF44;
}
#main {
	background-color: #000000;
	border-top-color: #000000;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#footer {
	background-color: #999999;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
}
