body { 
	background-color: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 14px;
}

a:link    { color: white; text-decoration: none; font-weight: normal }
a:active  { color: white; text-decoration: none; font-weight: normal }
a:visited { color: white; text-decoration: none; font-weight: normal }
a:hover   { color: white; text-decoration: none; font-weight: normal }
a.underline:link    { color: white; text-decoration: underline; font-weight: normal }
a.underline:active  { color: white; text-decoration: underline; font-weight: normal }
a.underline:visited { color: white; text-decoration: underline; font-weight: normal }
a.underline:hover   { color: white; text-decoration: underline; font-weight: normal }

.topmenuLogo {
	position:absolute; left:0px; top:2px; z-index=1;
}
.topmenuFlag {
	position:absolute; left:758px; top:130px; z-index=2;
}

.leftmenuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: white; 
	cursor: hand;
}
.leftmenuLevel1 {
	padding-left: 38px;
	font-weight: normal;
	text-decoration: underline;
	cursor: hand;
}
.leftmenuLevel1Selected {
	padding-left: 38px;
	font-weight: bold;
	text-decoration: none; 
	cursor: hand;
}
.leftmenuLevel2 {
	padding-left: 48px;
	font-weight: normal;
	text-decoration: underline;
	cursor: hand;
}
.leftmenuLevel2Selected {
	padding-left: 48px;
	font-weight: bold;
	text-decoration: none; 
	cursor: hand;
}

.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: white; 
}
P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: white; 
}
P.H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: white; 
}
P.H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: white; 
}
LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: white; 
}

.show { display: }
.hide { display: none; }

