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

<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(img/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color:#937738;
	background-attachment: fixed;
}
a:link {
	color: #E2007A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #725C2D;
}
a:hover {
	text-decoration: underline;
	color: #725C2D;
}
a:active {
	text-decoration: none;
	color: #E2007A;
}
-->


