

/* 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 */

/* Setting items:									*/
/*     background-image: url('image/bgCold.jpg');	*/
/*     clip:rect(yTop,xRight,yBottom,xLeft)			*/
/*     clip:rect(0px,150px,35px,0px);				*/

body {background-color: #663399}

body{
	font-size: 10pt;
}
td.tab{
	font-size: 10pt;
}

table.mbItem{
	border-width: 2px;
	border-style: solid;
	border-color: #aaaaaa;
}
td.mbItem{
	position:relative;
	width:150px;
	height:40px;
	clip:rect('0,150,40,0');
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
}

/* td colors and text-decoration are overridden by the anchor tag */
/*   so a separate style is needed for these attributes */
a.mbItem{
	color: #0000ee;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif,Times,serif;
	font-size: 10pt;
	font-weight: bold;
}


