body {
	background: #110233 url('images/scan.gif');
	font-family: arial, sans-serif;
	scrollbar-3dlight-color: #cfd5ec;
	scrollbar-highlight-color: #9eabd8;
	scrollbar-face-color: #6e81c5;
	scrollbar-shadow-color: #3d57b1;
	scrollbar-darkshadow-color: #243585;
	scrollbar-arrow-color: #190358;
	scrollbar-track-color: #110233;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
}
body, td {
	font-size: 13px;
}
small {
	font-family: verdana;
}
img {
	border: 0;
}
table.brdr {
	width: 100%;
	border-collapse: collapse;
}
td.cell1 {
	background: #190358;
}
td.cell2 {
	background: #110233;
}
td.cat, td.cell3 {
	background: #1e1c6f;
}
td.title, td.head {
	background: #243585;
}
td.line {
	background-color: #3d57b1;
	height: 3px;
}
td.border {
	border: 1px solid #3d57b1;
}
td.normal, td.title, td.news, td.cat {
	padding: 1px;
}
td.news {
	padding-bottom: 5px;
}
td.space {
	height: 18px;
}
td.vspace {
	width: 18px;
}
textarea, input, select {
	border: 1px solid #243585;
	background-color: #000000;
	color: #E0E0E0;
	font:	10pt arial;
}
input.radio {
	border: 0;
	color: #E0E0E0;
	font: 10pt arial;
}
input.submit {
	border: 2px solid #243585;
}
select.mini {
	font-size: 9pt;
}
.nowrap {
	white-space: nowrap;
}
.center	{
	text-align: center;
}
.right {
	text-align: right;
}
.gray {
	color: #999999;
}
.warning {
	color: #FF0000;
}
.new {
	font-weight: bold;
	color: #FFFF00;
}
.off {
	font-weight: bold;
	color: #CCCCCC;
}