body {
	background-color: #000000;
	background-image: url(pics/backing.png);
	margin-top: 0px;
	margin-left: 0px;
}
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, Arial Rounded MT Bold;
	font-size: 12px;
}
#loader { position: fixed; left: 0; top: 0; display: none; visibility: hidden; width: 100%; height: 100%; background: #FFFFFF; color:#000000; font-weight: bold; font-style: italic; text-align: center }
.input {
	border: solid 1px #7F9DB9;
	background: #fff url('/pics/input.gif') top left repeat-x;
	color: #000000;
}
.border {
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.border2 {
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #FF0000;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.topmenu {
	font-size: 14px;
	font-weight: bold;
}
.copy {
	font-size: 10px;
}
.error {
	background: url(pics/backing2.png);
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FFFF33;
}
a:active {
	color: #FF0000;
}