/* Style for a block - DIV */
.mtable 
{
	border-top: #999999 1px solid;
		border-bottom: #999999 1px solid;
		border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	background: white;
}
/* Style for outer tag, mout (mouse out) state */
.mouto 
{


	background: white;
}
/* Style for outer tag, mover (mouse over) state */
.movero
{

	background: white;
}
/* Style for outer tag, mdown (mouse down) state */
.mdowno 
{

	background: white;
}
/* Style for inner tag, mover (mouse over) state */
.minner 
{
font-family: Arial, Helvetica, sans-serif;
	color: #999999; 
		font-size: 11px; 
		text-decoration: none;
}

.minnerout
{
	font-size: 11px;
	cursor: hand;
	color: #666666;
	font-family: Arial;
}

.minnerdown
{
	font-size: 11px;
	color: #ff9900;
	font-family: Arial;
}
