table, tr, td, body, p, li {
	background-color: #ffffff
   font-style : normal;
   font-weight : normal;
   font-size : 12px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   /*line-height: */
   color : #000000;
   border: 0px;
}

h3, h4 {
   font-style : normal;
   font-weight : normal;
   font-size : 12pt;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
   text-decoration : none;
}


h2 {
   font-style : normal;
   font-weight : bold;
   font-size : 14px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
   text-decoration : none;
}


h1 {
   font-style : bold;
   font-weight : bold;
   font-size : 16pt;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
   text-decoration : none;
}


div {
   font-style : normal;
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
}


a, a:link, a:visited, a:active {
   font-style : normal;
   font-weight : bold;
   font-size : 12px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   text-decoration : none;
   border:0px;

}


a:hover {
   font-style : normal;
   font-weight : bold;
   font-size : 12px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
   background-color:#999966;
}


#menu {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0px solid;
	width: 210px;
	padding: 3px;
	}

#content {
	position: absolute;
	top: 10px;
	left: 220px;
	border: 1px solid;
	width: 620px;
	padding: 5px;
	}
