body {
	background: #fff;
	margin: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	line-height: 140%;
}
.leftborder {
	background: url(../images/bgr_left_border.gif) repeat-y;
}
.rightborder {
	background: url(../images/bgr_right_border.gif) repeat-y;
}
.menubgr {
	border-top: 1px solid #8099BF;
	background: #EFF3FF url(../images/menu_background.jpg) 0px 150px repeat-x;
	height: 100%;
}
.headline {
	font-size: 18px;
	color: #435F87;
	font-weight: bold;
	padding-bottom: 16px;
}
.headline2 {
	color: #435F87;
	font-weight: bold;	
}
.headerlogo {
	position: absolute; 
	top: 86px;
}
.menulevel1 {
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #91A7C8;
	display: block;
}
.menulevel1 a {
	color: #000;
	text-decoration: none;
}
.menulevel1 a:hover {
	text-decoration: underline;
}
.menulevel2 {
	margin-left: 20px;
	padding: 2px 0px 2px 4px;
	border-bottom: 1px solid #91A7C8;
	display: block;
}
.menulevel2 a {
	color: #000;
	text-decoration: none;
}
.menulevel2 a:hover {
	text-decoration: underline;
}
a.active {
	font-weight: bold;
}
a {
	color: #435F87;
	text-decoration: none;
}
a:hover   { 
	text-decoration: underline; 
}


