body {
	margin: 0px;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #F1F1F1;
}
.mainpage {
	background-image: url(images/pagebot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 60px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 740px;
	padding: 5px;
}



.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.footer a:link, .footer a:visited {
	color: #006699;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #666666;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #006699;
	background-color: #F1F1F1;
}
.inputerr {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #CC0000;
	background-color: #FFECEC;
}
.inputbut {
	color: #FFFFFF;
	background-color: #CC6600;
	border: 1px solid #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #663366;
	font-weight: bold;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 12px;
}
.topnav a:link, .topnav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.topnav a:hover, .topnav a:active {
	text-decoration: none;
	color: #FFCC99;
}
a:link, a:visited {
	color: #009933;
	text-decoration: underline;
}
a:hover, a:active {
	color: #006600;
	text-decoration: none;
}
.pagecontent b {
	color: #FF0000;
}
blockquote {
	color: #CC6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 8px;
}
.content li {
	list-style-type: square;
}
.content li b {
	color: #006699;
}

