body {
	background: url('images/back.gif') repeat fixed;
	margin: 0px 0px 0px 0px;
	font-family: arial, helvetica, verdana;
	font-size: 13px;
	text-align: center;
}

#pagecontainer {
	width: 865px;
	text-align: left;
	border-left: solid 2px #999;
	border-right: solid 2px #999;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

a, a:active a:visited { color:#00b; text-decoration: none; font-weight:bold; }
a:hover { text-decoration: underline; }

.menulink a, menulink a:active .menulink a:visited { color:#ffff00; text-decoration: none; font-size:13px; font-weight:bolder; }
.menulink a:hover { text-decoration: underline; color:#f30; }

.nolink {
	font-size: 13px;
	font-weight: bolder;
	color:#bbb;
}

.botlink a, botlink a:active .botlink a:visited { color:#ff6; text-decoration: none; font-size:10px; }
.botlink a:hover { text-decoration: underline; color:#f30; }


.return a, return a:active .return a:visited { color:#f00; text-decoration: none; font-size:18px; }
.return a:hover { text-decoration: underline; color:#f30; }

h1 { 
	font-size: 22px; 
	font-weight: bold;
	color:#402070;
	margin-bottom:6px;
}

h2 { 
	font-size: 15px; 
	font-weight: bold;
	color: #604090;
	margin:0px;
}

td {
	font-family: arial, helvetica;
	font-size:13px;
}

.time {
	color: #c00;
}





.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

