div.menuitem {
	position:absolute; 
	visibility:show; 
	left:15px; 
	top:-50px; 
	z-index:2;
}
td.menuchoice {
	background-color: black;
	color: white;
	font: 10pt arial, helvetica, sans-serif;
	font-weight: bold;
}
td.menuchoice a:link {text-decoration:none; color:white;}
td.menuchoice a:active {text-decoration:none; color:white;}
td.menuchoice a:hover {text-decoration:underline; color:white;}
td.menuchoice a:visited {text-decoration:none; color:white;}

div.content {
	position: absolute;
	left: 190px;
	top: 20px;
	width: 600px;
}
td.contentcell {
	font: 10pt serif;
}
font.contentcell {
	font: 10pt serif;
}