html {
/*	height: 100%;*/
}
body {
/*	height: 100%;*/
	font-family: Arial;
	padding-top: 20px;
}
h1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
#main {
/*	height: 90%;*/
}
#body {
/*	height: 100%;*/
	background: white;
}
.menu td, .submenu td {
	color: black;
	font-size: 12px;
}
.menu a, .submenu a {
	display: block;
	color: #b7b7b7;
	font-size: 12px;
	text-decoration: none;
}
.menu a.active, .submenu a.active {
	color: #5e5e5e;
}
#content {
	font-size: 11px;
	line-height: 24px;
	padding: 15px 0px 0px 0px;
}
#menu {
	padding: 10px 0px 0px 0px;
}