.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


h5 {
	font-size: 13px;
}


/* TEMPORARY !!! */
IMG { border: 0px; }
LABEL { cursor: pointer; cursor: hand; }

FORM TEXTAREA { font: normal 9px Tahoma;  width:280; }
FORM SELECT { font: normal 11px Tahoma; }
FORM INPUT.text { height: 16px; background: #FFFFFF; font: normal 9px Tahoma; width:180;}
FORM INPUT.button {
	cursor: pointer; cursor: hand;
	font: normal 9px Tahoma; height: 16px; color: #484848;
	}

INPUT {
	height: 15px;
	background: #FFFFFF;
	font: normal 9px Tahoma;
}

.header {
	color: #3C497F;
	font-family: Century Gothic;
	font-size: 32px;
}

.menu {
	font-family: Verdana;
	 text-decoration: none;
	 color: #D59511;
}
.menu:hover {
	 text-decoration: underline;
}

.n {font-size:0.7em;}

.m div {cursor:arrow;position:relative;text-align:left;}
.m div.over {position:relative;z-index:100;}

.m div div.popup {
		padding:1em 0 0.3em 0.3em;
		display:none;
		background:#DAE0E7;
		position:absolute;
		}

.m div div.popup p {margin:0 0.5em 0.7em 0.5em;}
.m div div.popup p.ext {
	margin-top:0;
	padding-top:0.5em;
	margin-right:0.9em;
	}
.m div div.popup p.focus {font-weight1:bold;color:#E3E3E3;}

.m div.over div.popup {display:block;}
.m div:hover div.popup {display:block;z-index:100;}

.m div div.popup a {text-decoration:none; color:#666666;}
.m div div.popup a:hover {text-decoration:underline;}

.m div div.blue {background:#3B0084 url('mbbg0000.gif') top right no-repeat;}
