body{
	background-color: #f6f6f6;
	color:#58595b;
	font-family: arial, helvetica;
	font-size:10px;
}
a {text-decoration:none;}
h1{
	color:#58595b;
	font-size:16px;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:2px;
}
#main{
	background-color:white;
	border-top: 0px;
	border-left: 5px solid white;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
}
#maintop{
	background-color:white;
	border-bottom: 0px;
	border-left: 5px solid white;
	border-right: 5px solid white;
	border-top: 5px solid white;
}
#header{
	border-top: 1px solid black;
}
#menu{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#menu a, #menu a:visited{
	color:#58595b;
	text-decoration:none;
}
#menu a:hover, #menu .menusel{
	color:#58595b;
	font-weight:bold;
	text-decoration:none;
}
#footer{
	border-top: 1px solid black;
	align:center;
	text-align:center;
	color:#a7a9ac;
	font-size:11px;
}

