body, html {
	height:100%;
}
body {
	margin:0;
	background:#22354c;
}
table, body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
#switch {
	font-size:12px;
}
#switch a:link {
	color:#999;
}
#switch a:visited {
	color:#999;
}
#switch a:hover {
	background:#EEE;
	color:#00C;
}
img {
	border:0px;
}
.menu {
	width:100%; font-weight:normal;
}
.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;
}