/* CSS Document */
body {
	background:url(../site/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
footer {
	font-size: 10px;
	}
footer a:link {
	color: #0000FF;
	}
footer a:hover {
	color: #FF6600;
	}
footer a:visited {
	color: #0000FF;
	}
.redbar {
	background-color: #FF0000;
	color:#CCFF66;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	height: 25px;
	text-align: center;
	}
.tablespecial {
	background-color:#e2e2e2;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	border-style: dotted;
	border-color: #FF0000;
	color: #FF0000
	}
.textheader {
	font-family: arial black;
	font-size: 18px;
	height: 25px;
	text-align: left;
	text-decoration: underline;
	}

a: link {
	color: #FF9900;
	}
a: hover {
	color: #FF9900;
	}
a: visited {
	color: #FF9900;
	}	

