body{
	margin : 0px;
	color : #000;
	background: #fff;
}

TD#menu {
	vertical-align: top;
	width:250px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Arial;
}
TD#menu DIV {
	width: 200px;
}

TD#menu DIV a {
	color: navy;
	text-decoration: none;
}

TD#menu  DIV a:hover{
	text-decoration: underlined;
} 

TD#menu DIV.menu-level1-no{
	border-bottom: 1px dotted #999999;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
	width: 195px;
	
}

TD#menu DIV.menu-level1-act{
	border-bottom: 1px dotted #999999;
	width: 195px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
	
}

TD#menu DIV.menu-level1-act A{
	color:black;
	
}

TD#menu DIV.menu-level2-no{
	border-bottom: 1px dotted #999999;
	width: 180px;
	font-size: 12px;
	padding-left: 20px;
	
}

TD#menu DIV.menu-level2-act{
	border-bottom: 1px dotted #999999;
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	
}

TD#menu DIV.menu-level3-no{
	border-bottom: 1px dotted #999999;
	font-size: 12px;
	padding-left: 40px;
	width: 160px;
	
}

TD#menu DIV.menu-level3-act{
	border-bottom: 1px dotted #999999;
	font-size: 12px;
	font-weight: bold;
	padding-left: 40px;
	width: 160px;
}

TD#menu_right {
	vertical-align: top;
	width:250px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Arial;
}

TD#content{
	width:100%;
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	font-family: Arial;
	font-size: 12px;
}

TD#footer {
	border-top: 1px #999999;
	text-align: center;
	padding-top: 20px;
	font-size: 9px;
	font-family: Arial;
}
