/* Style for a block - DIV */
.m0table {
	/* background: white; */
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	font-weight: bold;
	color: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	font-weight: bold;
	color: #1D3D64;
	background: #EEEEEE;
	border-color: #EEEEEE;	
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	font-weight: bold;
	background: #6F96BD;
	border-color: #6F96BD;	
	color: white;
	text-decoration: underline;
}
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	text-align: left;
	border-color: #EEEEEE;	
}

.m1table {
	background: #808080;
}
.m1mouto {
	font-weight: bold;
	color: white;
	background: #808080;
}
.m1movero {
	font-weight: bold;
	color: white;
	/* color: #CC6600; */
	background: #808080;
	/* background: white; */
	text-decoration: underline;
}
.m1mdowno {
	font-weight: bold;
	color: white;
	background: #808080;
	text-decoration: underline;
}
.m1inner {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: white;
	font-size: 11px;
	padding: 3px;
	text-align: center;
}



