
body {
	topmargin: 0px;
	leftmargin: 0px;
	marginheight: 0px;
	marginwidth: 0px;
	}

table.whole {
	height: 550px;
	width: 180px;
	background-image: url(../images/bg_l.jpg);
	table_layout: fixed;
	}

td.title {
	height: 30px;
	color: #FFFFFF;
	font-size: 12.0pt;
	font-weight: bold;
	background-color: #CC6666;
	text-align: center;
	}

a.level1 {
	color: #000000;
	font-size: 11.0pt;
	font-weight: bold;
	text-decoration: none;
	border-width: 3px;
	border-style: outset;
	border-color: #99CCFF;
	background-color: #99CCCC;
	border-top-width: 3px;
	}
a.level2 {
	color: #000000;
	font-size: 10.5pt;
	font-weight: bold;
	text-decoration: none;
	border-width: 3px;
	border-style: outset;
	border-color: #99CCFF;
	background-color: #FFFFCC;
	border-top-width: 3px;
	}
a:hover {
	color: #99CCCC;
	background-color: #3366FF;
	position:relative;
	top:2px;
	left:2px;
	}
