body {
	text-align: center;
	background-attachment: fixed;
	background-color: #CCCCCC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/minilogogray.gif);
}
#container
{
	width: 85%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: thin solid #000066;
	font-size: 12px;
	margin-top: 28px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline overline;
}
a:active {
	color: #999999;
	text-decoration: underline overline;
}
textarea {
	background-color: #FFCCCC;
	color: #990000;
	border-color: #990000;
	border-width: 1px;
}
input {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #990000;
	border-color: #990000;
	border-width: 1px;
}
