/* Style for a block - DIV 
------------------------------------------
jmiles may 17 2006 Clickonprint
------------------------------------------
border outline color no border leave blank
*/
.m0table {
	background:#163973;
}
/* Style for outer tag, mout (mouse out) state 
this is the main block leave blank for clear background
*/
.m0mouto {
	background:#163973;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	background: #395483;
}
/* Style for outer tag, mdown (mouse down) state this is the block background */
.m0mdowno {
	background: #395483;
}
/* Style for inner tag, mover (mouse over) state this is the text*/
.m0inner {
	font-family: verdana, MS Sans Serif, Verdana, sans-serif;
	font-size: 11px;
	padding: 2px;
	color: #cde6ee;
}
