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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
body {
	background-color: #000;
	background-image: url(/images/bg_firerings.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	margin-top:0;
}
a:link {
	color: #F90;
}
a:visited {
	color: #F90;
}
a:hover {
	color: #FF0;
}
a:active {
	color: #F90;
}
.maintext {
	font-size: 18px;
	font-weight: bold;
}
.maintextxl {
	font-size: 22px;
	font-weight: bold;
}
.maintextlg {
	font-size: 20px;
	font-weight: bold;
}
.maintextmd {
	font-size: 16px;
	font-weight: bold;
}
.maintextsm {
	font-size: 14px;
	font-weight: bold;
}
.copyright {
	font-size: 10px;
	color: #999;
}
.copyright a {
	font-size: 10px;
	color: #999;
	text-decoration:underline;
}
.copyright a:visited {
	font-size: 10px;
	color: #999;
	text-decoration:underline;
}
.copyright a:hover {
	font-size: 10px;
	color: #F90;
	text-decoration:underline;
}
.cellbg {
	background:url(/images/alpha_75.png);
}
