/* Style for a block - DIV */
.m0table {
	background:;
}
/* Style for outer tag, mout (mouse out) state */
/*Unable to control font color on rollover, only background color of text area.  Mikirk 10.28.08*/
.m0mouto {
	background:#999999;

	padding: 4px;
	text-align: center;
	color:#ffffff;
}
.m0mouto2 {
	background:#999999;
	
	padding: 4px;
	color:#8adca1;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	background:#666666;
	padding: 4px;
	text-align: center;
	color:#8adca1;
	font-size:larger;
}
.m0movero2 {
	padding: 4px;
	background:#666666;
	color:#8adca1;
	font-size:larger;
}

/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family: Tahoma, MS Sans Serif, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	
	color:#ffffff;
	
}