body {
	font-family:"Sans-serif", Verdana, sans-serif;
	font-size:11px;
}

a {
	color: blue;
}

#warning
{
	color: red;
	font-weight: bold;
}

table {
	font-size:10px;
	border-collapse: collapse;
}

table td {
	border: 1px;
	border-style: solid;
	border-width: 1px;
}

td {
	padding: 2px;
}

#table-header {
	font-weight: bold;
}

#table-group{
	font-weight: bold;
}

#header b{
	color: red;
}

#header {
	position: absolute;
	border: solid;
	border-width: 0px;
	left: 0%;
	text-align: center;
	font-size: 30px;
	height: 9%;
	width: 97%; /*27+69*/
}

#menu {
	position: absolute;
	display:  block;
	border: solid;
	border-width: 0px;
	width: 25%;
	top: 10%;
	left: 0%;
	height: 95%;
	padding: 5px;
}

#content {
	top: 10%;
	position: absolute;
	display: block;
	border: solid;
	border-width: 0px;
	width: 69%;
	left: 27%;
	padding: 5px;
	height: 95%;
	margin: 0px;
}
