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

body,td,th {
	color: #333333;
	font-family: Century Gothic;
	font-size: 12px;
}
body {
	background-image: url();
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #F1B533;
	text-decoration: none;
}
a:active {
	color: #F1B533;
	text-decoration: none;
}

