/* BODY */
BODY {
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: White;
	background-color: #E9EBEB;
	margin : 0px 0px 0px 0px;
}

/* MENU */
.LOGO {
	background-color: #B60202;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 150px;
}

.MENU {
	background-color: #E9EBEB;
	position: absolute;
	top: 0px;
	left: 150px;
}

#NAVMENU {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	margin: 0px;
	margin-top: 0px;	
}

#NAVMENU UL {
	margin-top: 0px;
}

#NAVMENU LI {
	list-style-type: none;
	padding-bottom: 10px;
	padding-top: 4px;
	border-right: 1px dotted #dadddd;
	display: inline;
}

#NAVMENU A {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #000000;
	background-color: #eaeaea;
	text-decoration: none;	
	padding-right: 7px;
	padding-left: 8px;
}

#NAVMENU A:VISITED {
	color: #000000;
}

#NAVMENU A:ACTIVE {
	color: #000000;
	text-decoration: underline;
}

#NAVMENU A:HOVER {
	color: #000000;
	text-decoration: underline;
}