body,td,span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
    background-color: #EEEDEA;
	text-align: center;
}

iframe {
    width: 640px;
	height: 500px;
}

H1 {
    font-size: 18px;
	font-weight: bold;
}
H2 {
    font-size: 14px;
	font-weight: bold;
}
H3 {
    font-size: 12px;
	font-weight: bold;
}

/* --------------------------------------------------- */
/* Main layout tables */

#main {
    width: 790px;
	height: 500px;
    border: 1px solid #000;
	background-color: #fff;
	text-align: left;
}
#menuTD {
    background-image: url('bg_menu.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}
#body {
    margin: 5px;
	padding: 5px;
	width: 640px;
	height: 490px;
    border-left: 1px solid #000;
	background-color: #fff;
	vertical-align: top;
	text-align: left;
}

/* --------------------------------------------------- */
/* Menu */
#menu {
    width: 150px;
	border-right: 1px solid #000;
	margin: 8px 5px 8px 5px;
}
.menuTable {
	border: 1px #000 solid;
	border-bottom: 0px;
	line-height: 13px;
}
.menuLevel {
	border: 1px #000 solid;
	border-bottom: 0px;
	line-height: 13px;
	display: none;
}
.menuLevelTable {
	line-height: 13px;
    width: 100%;
}
.menuCell {
	background-color: #fff;
	border: 0px;
	border-bottom: 1px #000 solid;
	height: 13px;
}
.menuCellHover {
	background-color: #cecece;
	border: 0px;
	border-bottom: 1px #000 solid;
	height: 13px;
	cursor: pointer;
}
.menuCellA,.menuCellAHover {
	background-color: #cecece;
	border: 0px;
	border-bottom: 1px #000 solid;
	padding-left: 10px;
	height: 13px;
	width: 100%;
}
.menuCellAHover {
	background-color: #9c9c9c;
	cursor: pointer;
}
