@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #ABA05F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ABA685;
}
a:hover {
	text-decoration: underline;
	color: #BFB36A;
}
a:active {
	text-decoration: none;
	color: #BFB36A;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #ABA05F;
}
h2 {
	font-size: 13px;
	color: #505050;
}
h3 {
	font-size: 9px;
	color: #505050;
}