body {
	background-image: url(/images/back.jpg);
	background-repeat: repeat-y;
	margin-top: -3px;
	margin-left: 0px;
}
body, td, th {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
.style16 {
	color: #900;
	font-size: 13px;
}
form#loginForm {
	margin:0;
}
.warning {
	text-align:center;
	border:1px solid #C00;
	padding:1em;
	margin:1em auto;
	background:#FFC;
	width:500px;
}