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

body {
	background-image: url(imgs/bg_.gif);
	background-attachment: fixed;
	background-position: top;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #50462E;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #8C8C58;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #8C8C58;
}
a:hover {
	text-decoration: none;
	color: #8C8C58;
}
a:active {
	text-decoration: underline;
	color: #8C8C58;
}
