/* Style for a block - TABLE */
.mtable {
	border: none;
	background: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* Style for outer tag, mout (mouse out) state */
.mouter {
	background: #CCCCCC;
}
/* Style for inner tag, mover (mouse over) state */
.minner {
}

/* rollover effect for blue menu */
.m1table2 {
	background: #CCCCCC;
}
.m1out2 {
	background:  #EBEBEB;
	
}
.m1over2 {
	background: #999999;
}


/* item text */
.minner2 {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
