a		{	color: D4730C;
			text-decoration: none; }

/* Style for a block - DIV */
.m0table {
	/* background: white; */
}

/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	font-weight: bold;
	color: #D4730C;
	/* background: white; */
}

/* Style for outer tag, mover (mouse over) state */
.m0movero {
	font-weight: bold;
	color: white;
	background: #808080;
	border: 1px;
	border-color: #808080;	
}

/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	font-weight: bold;
	background: #808080;
	color: white;
	text-decoration: underline;
}
		
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 3px;
	text-align: center;
}

.m1table {
	background: #808080;
}
.m1mouto {
	font-weight: bold;
	color: white;
	background: #808080;
}
.m1movero {
	font-weight: bold;
	color: white;
	/* color: #D4730C; */
	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;
	font-size: 11px;
	padding: 3px;
	text-align: center;
}


