@charset "utf-8";
/* CSS Document */
body {
	background-color: #494949;
}
body,td,th {
	color: #FF9900;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.style11 {	font-size: 16px
}
.style12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

