@charset "UTF-8";
body,td,th {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #336699;
}
body {
	background-image: url();
	background-color: #FFFFCC;
}
a:link {
	color: #339933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #339933;
}
a:hover {
	text-decoration: underline;
	color: #33CC33;
}
a:active {
	text-decoration: none;
}
.red {
	color: #CC0000;
	font-weight: bold;
}
.10 {font-size: 10px}
#container {
	position:relative;
	top:0px;
	width:800px;
	height:600px;
	z-index:1;
	margin: 0 auto;
	background-image: url(../img/back.jpg);
	border: solid #cccccc 1px;
}
#headgraphic {
	position:absolute;
	left:2px;
	top:0px;
	width:800px;
	height:141px;
	z-index:1;
}
