@charset "utf-8";
body {
	background-color: #333333;
}
.background {
	background-image: url(images/main_body_bg.jpg);
	background-repeat: repeat-y;
	background-color: #FAAF08;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}



a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #0000FF;
}

a:visited {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: none;
	color: #9933CC;
}

/* CSS Document */

a:active {
	text-decoration: none;
}
