/* Style for a block - DIV */
.m1table {
	background: #155AA1;
	border: 1px none #4682B4;
	
}
/* Style for outer tag, mout (mouse out) state */
.m1mouto {
	background: white;
}
/* Style for outer tag, mover (mouse over) state */
.m1movero {
	background: #FE4719;
}
/* Style for outer tag, mdown (mouse down) state */
.m1mdowno {
	background: white;
}
/* Style for inner tag, mover (mouse over) state */
.m1inner {
	font-family: Century Gothic, Comic Sans;
	font-size: 14px;
	padding: 10px;
	COLOR: #2C5F94;
	text-align: center;
	font-weight:bold;
	

}

