/* level 0 inner */
.m0l0iout {
	font: bold 12pt serif;
	text-decoration: none;
	padding: 4px;
	color: rgb(255,102,0);
}
.m0l0iover {
	font: bold 12pt serif;
	text-decoration: none;
	padding: 4px;
	color: rgb(255,102,0);
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #000000;
	background: #000000;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #333333;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #000000;
	background: #CCCCCC;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #666666;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}

td
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 10pt;
	background-color: rgb(255,204,102);
}

body 
{
	background-color: rgb(255,204,102);
}

h2
{
	color: Blue;
	font-family: Lucida Handwriting;

}

h3
{
	color: Blue;
	font-family: Lucida Handwriting;
}

.buttons
{
	background-color: rgb(0,0,0);
}