@charset "utf-8";
#topdiv {
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	position: absolute;
	width: 100%;
	height: 39px;
	text-align: right;
}
#center {
	position: absolute;
	left: 10px;
	margin-right: 5px;
}
p {
	background-position: left;
}
#bottom {
	left: auto;
	width: 100%;
}


.bigtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3c3c3c;
	font-weight: bold;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c3c3c;
}
body {
	background-color: #e6e6e6;
	margin: 0px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}

