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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	background-color: #2F3148;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/wood_interface/background.jpg);
	background-position:top center;
}
.style1 {
	color: #DBAA8A;
	font-weight: bold;
}
.style2 {
	color: #DBAA8A
}
a {
	font-size: 11px;
	color: #DFD8BB;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DFD8BB;
}
a:hover {
	text-decoration: underline;
	color: #EFEBDC;
}
a:active {
	text-decoration: none;
	color: #DFD8BB;
}


