@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
body,td,th {
	color: #F3F0EB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer {
	color:#7B6137;
}
a:link {
	color: #442d09;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #442D09;
}
a:hover {
	text-decoration: none;
	color: #442D09;
}
a:active {
	text-decoration: underline;
	color: #442D09;
}
a {
	font-weight: bold;
}

