body{background-color:white;
	margin:0px 0px 0px 0px;
	}
hr.headline {
	position:absolute;
	left:5px;
	top:95px;
	height:8px;
	width:1024px;
	color:#e3e3e3;
	z-index:3;
	}
h1{color:blue}
p {
	line-height:18pt;
	
	}
a	{
	text-decoration:none;
	}
a:hover {
	text-decoration: underline;
	background-color: white;
	}

table.lefthead{
	background-color:white;
	position:absolute;
	top:31;
	left:0;
	width:130px;
	border-width:0px;
	height:60px;
	border-style:solid;
	z-index: 3;
	}
table.righthead{
	background-color:white;
	position:absolute;
	top:0;
	left:900;
	width:10px;
	border-width:0px;
	height:60px;
	border-style:solid;
	}
table.head{
	position:absolute;
	top:125px;
	left:5px;
	background-color:e3e3e3;
	z-index:3;
	border-width:1px;
	border-style:solid;
	width:660;
	}
table.left{
	font-size:12pt;
	background-color:yellow;
	position:absolute;
	top:180px; /* 100 to 180 */
	left:5px;
	width:200px;
	z-index:0;
	height:670px;
	border-style:solid;
	bolrder-color:blue;
	border-width:1px;
	}
table.menu {
	position:absolute;
	top:140px; /* 180 to 140 */
	left:5px;
	background-color:e3e3e3;
	z-index:3;
	border-width:1px;
	border-style:solid;
	width:930px;
	}
table.m1 {
	position:absolute;
	top:195px; /* 205 to 195 */
	left:200px; /* 6 to 200 */
	background-color:ffffcc;
	z-index:1;
	border-width:0px;
	border-style:solid;
	width:728px; /* 928 to 600 */
	}
table.m2 {
	position:absolute;
	top:230px;
	left:200px; /* 206 to 200 arrange with upper line */
	background-color:ffffcc;
	z-index:1;
	border-width:0px;
	border-style:solid;
	width:728px;
	height:20px;
	}

table.main{
	background-color:yellow;
	position:absolute;
	top:180px; /*105to 180 */
	left:199px;
	width:900px;
	z-index:0;
	height:670px; /* 667 to 670 attach to left */
	border-style:solid;
	border-width:0px;
	}
table.right{
	background-color:;
	position:absolute;
	top:255px;
	left:632px;
	width:300px;
	border-width:0px;
	height:200px;
	border-style:solid;
	border-color:blue;
	}
	
table.bottom{
	background-color;white;
	position:absolute;
	top:800px;
	left:250px;
	width:300px;
	border-width:1px;
	height:200px;
	border-style:solid;
	}
	
td {
	height:16;
	}
dl {
	
	}
/* all */
div.tabbox { margin: 0px; padding: 0px; width: 410px; position:absolute;top:480px;left:210px;font-size:9pt;z-index:3;}

/* t */
p.tabs { margin: 0px; padding: 0px; }
p.tabs a {
   /* mimi */
   display: block; width: 5em; float: left;
   margin: 0px 1px 0px 0px; padding: 3px;
   text-align: center;
}
/* hai */
p.tabs a.tab1 { background-color: blue;  color: white; }
p.tabs a.tab2 { background-color: #aaaa00; color:white;}
p.tabs a.tab3 { background-color: #909090;   color: white; }
p.tabs a.tab4 { background-color: blue;  color: white; }
p.tabs a.tab5 { background-color: #aaaa00; color:white;}
p.tabs a:hover { color: yellow; }

/* b */
div.tab {
   /* dec */
   height: 150px; overflow: auto; clear: left;
}
/* hai */
div#tab1 { border: 1px solid blue; background-color: #ccffff; }
div#tab2 { border: 1px solid #aaaa00; background-color: #ffffcc; }
div#tab3 { border: 1px solid #909090; background-color: #e3e3e3; }
div#tab4 { border: 1px solid blue; background-color: #ccffff; }
div#tab5 { border: 1px solid #aaaa00; background-color: #ffffcc; }
div.tab p { margin: 0.5em; }


