body, html {
	height:100%;
}
body {
	margin:0;
	background:#22354c;
}
table, body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
img {
	border:0px;
}
.menu {
	width:100%; font-weight:bold;
}
.menu td {
	text-align:center;
	background:url(images/menubg.gif) repeat-x;
}
a.menu:link, a.menu:visited {
	display:block;
	text-decoration:none;
	padding:6px 0 4px 0;
	border-bottom:3px solid #DDD;
	border-right:1px solid #B4C3E1;
	color:#039;
}
a.menu:hover {
	padding-bottom:5px;
	border-bottom:3px solid #039;
	color:#06f;
	background:#FFF;
}
.sh {
	display:block;
	border-bottom:3px solid #357bb6;
	margin:20px 0 10px 0;
}
.sh0 {
	padding:5px;
	background:#357bb6;
	color:#FFF;
	font-weight:bold;
}
.css td {
	background:#EEE;
	vertical-align:top;
}
.css td ul {
	margin-top:2px;
	margin-bottom:2px;
}
.alt {
	background-color:#E6E6E6;
	vertical-align:top;
}
#sitemap div {
	color:#666;
	font:bold 18px Tahoma;
	padding:5px;
	border-bottom:1px dotted #999;
	margin-bottom:10px;
}
#sitemap {
	width:650px;
	text-align:left;
}
#sitemap ul {
	margin-top:0;
	list-style-type:square;
}
#sitemap ul li {
	margin-bottom:5px;
}