body {
	background-image : url(../images/cloudback1.jpg);
	background-color : #808080;
	margin : 0px 0px 0px 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

h1
{
	font-size : xx-small;
	font-weight : normal;
	color : #ffffff;
	margin : 2px 0px 0px 0px;
	background-color : Black;
}

h2
{
	font-size : 12px;
	margin : 0px 0px 0px 0px;
	font-weight : normal;
}
td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

/* Style for level 0 (root) block - DIV */
.m0l0 {
	background: white;
}
/* Style for level 1 block - DIV */
.m0l1 {
	border-top: 1px solid white;
	background: black;
}
/* Style for level 1 block - DIV */
.m0l2 {
	border-right: 1px solid white;
	background: black;
}
/* Style for outer tag, mout (mouse out) state */
.m0l0mouto,
.m0l1mouto,
.m0l2mouto {
	background: black;
}
/* Style for outer tag, mover (mouse over) state */
.m0l0movero,
.m0l1movero,
.m0l2movero {
	background: black;
}
/* Style for outer tag, mdown (mouse down) state */
.m0l0mdowno,
.m0l1mdowno,
.m0l2mdowno {
	background: black;
}
/* Style for inner tag, mover (mouse over) state */
.m0l0moveri,
.m0l1moveri,
.m0l2moveri {
	background: black;
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica;
	font-size: xx-small;
}
/* Style for inner tag, mdown (mouse down) state */
.m0l0mdowni,
.m0l1mdowni,
.m0l2mdowni {
	background: black;
	color: #FFCC00;
	font-family: Verdana,Arial,Helvetica; 
	font-size: xx-small;
}
/* Style for inner tag, mout (mouse out) state */
.m0l0mouti,
.m0l1mouti,
.m0l2mouti {
	color: white;
	font-family: Verdana,Arial,Helvetica; 
	font-size: xx-small;
}