#menu {
	border-bottom-color:#eeeee;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	}
#menu ul {
	text-align:right;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	}
#menu li {
	display: inline;
list-style-type: none;
padding: 8px;
	}
#menu .current {
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	}
body {
	background-color:#fff;font:13px arial,sans-serif;*font-size:small;*font:x-small;margin:0;
}
.darkgrey-header{
	background-color: #eeeeee;
	border: 1px solid #DADADA;
	font-family: "Trebuchet MS","Lucida Grande";
	font-size: 12pt;
	font-weight:bold;
	padding:3px;
	padding-left: 10px;
	text-align:left;
	color: #000000;
}
.darkgrey-body{
	padding:5px;
	background-color: #FAFAFA;
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	margin-bottom: 15px;
}
form { 
	display:inline;
	margin:0; padding:0;
}
.button, input.button
{ 
	text-align: center;
	color: #F0F0F0;
	border:0px solid #666666;
	padding:1px 5px;
	font-size:11px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	background: #000000;
	margin:3px 0;}
.button:hover , .button:focus, input.button:hover, input.button:focus {
	border:0px solid #000;
	background:#FF0000;
}

#topbox {width: 850px; margin-top: 15px; margin-left: auto; margin-right: auto;}
#topbox .left {width: 300px;}
#topbox .right {width: 500px;}
#topbox .right em {color: #666; font-size: 10px;}
.left {float: left}
.right {float: right}

#bottom { position:absolute; top:100%; height:10em; margin-top:-5em; float: right }

a:link {
	text-decoration:underline;

}
a:hover {
	font-weight: bold;
}
a:visited {
	color: #0000CC ;
	text-decoration:underline;}