/* Style for a block - DIV */
.m1table {
	background: #4682B4;
}
/* Style for outer tag, mout (mouse out) state */
.m1mouto {
	background: white;
}
/* Style for outer tag, mover (mouse over) state */
.m1movero {
	background: #DBEAF5;
}
/* Style for outer tag, mdown (mouse down) state */
.m1mdowno {
	background: white;
}
/* Style for inner tag, mover (mouse over) state */
.m1inner {
	font-family: Tahoma, MS Sans Serif, Verdana, sans-serif;
	font-size: 12px;
	padding: 0px;
}


/* Style for a block - DIV */
.m2table {
	background: #FF9900;
}
/* Style for outer tag, mout (mouse out) state */
.m2mouto {
	border-bottom: 1px solid #DBEAF5;
	background: #FF9900;
}
/* Style for outer tag, mover (mouse over) state */
.m2movero {
	border-bottom: 1px solid #DBEAF5;
	background: #FFD800;
}
/* Style for outer tag, mdown (mouse down) state */
.m2mdowno {
	border-bottom: 1px solid #DBEAF5;
	background: #FFD800;
}
/* Style for inner tag, mover (mouse over) state */
.m2inner {
	color: #000000;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.m2inner_down {
	color: #FFFFFF;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}
