body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body,td,th {
	color: #333333;
	font-size: 12px;
}
a:link {
	color: #A1775D;
	text-decoration: underline;
}
a:visited {
	color: #A1775D;
	text-decoration: underline;
}
a:hover {
	color: #E1B29D;
	text-decoration: none;
}
a:active {
	color: #A1775D;
	text-decoration: underline;
}

a img {
    border-style:none;
}

div#contents{
	width: 930px;
	margin: 0;
	padding: 0;
	background: url("../images/bg.gif");
	background-repeat: repeat-y;
	background-position: center top;
}