body {
	font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
        font-weight: normal;
	font-size: 80%;
	color: black;
	width: 100%; 
	height: 100%;
	margin: 0;
	padding: 0; 
}

#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0; 
	width: 140px;
	background: #68aefd;
	height: 100%;
}

#menu ul {
	position: relative;
	top: 10px;
        border: 0;
        list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li.label {
        border: 0;
	color: white;
	background: blue;
	font-weight: bold;
}

#menu .idx {
        border: 0;
	color: white;
	background: blue;
	font-weight: bold;
}

#menu ul li a {
	text-decoration: none;
	color: blue;
	padding: 2px 8px;
	font-weight: bold;
}
#page {
	position: absolute;
	top: 0px;
	left: 140px;
	width: 600px;
	color: #980f0f;
	border: 0;
	height: 100%;
	padding-left: 5px;
}    

td {
	FONT-SIZE: 80%;
}


input {
      color : #000;
      font-size : 9pt;
      text-decoration : none;
      FONT-WEIGHT: bold;
}

a:link { color: #300; text-decoration: underline;}
a:visited { color:#300; text-decoration: underline;}
a:hover { color:red; text-decoration: none;}
