@charset "utf-8";
html { height: 100%; margin: 0 0 1px 0; padding: 0;}
body  {
	height: 100%; 
	margin: 0 0 1px 0; 
	padding: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #999; }
a:active { color: #999; }
img { border:0px }
/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.logo {
	margin-top:30px;
}
.mainmenu {
	text-align:center;
	font-size:18pt;
	border-bottom:1px solid #333;
	text-decoration: none;
}
.mainmenu td{
	text-align:center;
	width:150px;
}
.mainmenu table{
	width:100%;
	height:50px;
}
.maincell {
	background-image:url(images/button1s.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.maincellsmall {
	background-image:url(images/button2s.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.nodeco {
	text-decoration:none;
}
.header {
	margin-top:10px;
	margin-left:20px;
	font-size:14pt;
}
.header table{
	margin-left:150px;
	width:400px;
	height:35px;
	text-align:center;
}
.header td{
	text-align:center;
}
.header a{
	font-size:14pt;
}
.maintext {
	border-bottom:1px solid #333;
	font-size:12pt;
}
.maintext table{
	width:100%;
	height:50px;
}
.smallfont {
	font-size: small;
	color:#999;
	text-align: center;
}
