body {
	background-color: #008CCC;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-base-color: #008CCC;
	scrollbar-track-color : #008CCC;
	background-image: url(images/logoemb.gif);
	background-attachment: fixed;
}
.menu, .menuv, .menu2, .menu2v, .menu3, .menu3v {
	font-family: "Comic Sans MS", Arial;
	text-decoration: none;
	color: #330000;
	width: 200px;
	float: left;
	text-align: left;
	white-space: nowrap;
}
.menu, .menuv {
	font-size: 14px;
	font-weight: bold;	
	height: 25px;
	text-indent: 10px;
}
.menu2, .menu2v {
	font-size: 12px;
	height: 21px;
	text-indent: 25px;
}
.menu3, .menu3v {
	font-size: 10px;
	height: 21px;
	text-indent: 40px;
}
.menu:hover, .menu2:hover, .menu3:hover {
	color: #990000;
	border-top: thin inset #00C0FF;
	border-right: thin none #00C0FF;
	border-bottom: thin inset #00C0FF;
	border-left: thin none #00C0FF;
}
.menuv, .menu2v, .menu3v {
	color: #FFFFFF;
	border-top: thin inset #00C0FF;
	border-right: thin none #00C0FF;
	border-bottom: thin inset #00C0FF;
	border-left: thin none #00C0FF;
}
.fo, .fo2, .fov, .fo2v {
	font-family: Arial, Helvetica, sans-serif; color: #88D0EF; text-decoration: none;
}
.fo:hover, .fo2:hover {
	background-color: #88D0EF; color: #0080C0;
}
.fov, .fo2v {
  background-color: #AAEEFF; color: #0080C0;
}
.fo, .fov {
	font-size: 12px;
}
.fo2, .fo2v {
	font-size: 9px;
}
#footer {
	/* standard way */
	position: fixed; left: 0; bottom: 0;
	/* formating */
	width: 100%; text-align: center; FONT-SIZE: 9px;
	/* IE hack */
	position: expression("absolute");
	top: expression(document.body.clientHeight + document.body.scrollTop - this.offsetHeight);
	width: expression(document.body.clientWidth);
}


