<!--

H1,H2,H3,H4,H5,H6 {
	font-family : Verdana;
	font-style  : normal;
	font-size : EM ;
	font-weight : bold ;
	color : green}

BODY{ 	
	font-family: Verdana, MS Sans Serif; 
	font-style:normal; 
	font-size:12pt; 
	color:Navy}	
;

	
A:hover  {color: "#00FF33"}
A:link   {color: "#3333FF"}
A:active {color: "#999000"}
A:visted {color: "#000000"}

UL LI {font-family : "Verdana"};
	P { color:Navy };
	P { font-size: 12pt}

/* Note NN4: */
/*   The only items you can change dynamically are background, visibility and position */
/*   Any non-zero border in td may break rollovers */
/*   text-align:right combined with position:relative seems to increase the hight of td */



table.mbItem{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
td.mbItem{
	position:relative;
	width:100px;
	height:40px;
	clip:rect('0,100,40,0');
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

/* td colors and text-decoration are overridden by the anchor tag */
/*   so a separate style is needed for these attributes */
a.mbItem{
	color: #3333FF;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif,Times,serif;
	font-size: 12pt;
	font-weight: bold;
}



-->



