body
{
	margin: 8px 0px 8px 4px;
	padding: 0px 0px;
}
body,td,th,p
{
	color: #404040;
	font-family : Verdana;
	font-size : 8pt;
}
h1,h2,h3,h4
{
	color: #606060;
}
h1 { font-size: 16pt; font-weight: bold;}
h2 { font-size: 14pt; font-weight: bold;}
h3 { font-size: 12pt; font-weight: bold;}
h4 { font-size: 10pt; font-weight: bold;}
a
{
	color: midnightblue;
}
.leftmenubox
{
	background-color: #eeeeee;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	position: absolute;
	top: 70px; left: 5px;
	height: 700px; width: 200px;	
}
.leftmenuboxinner
{ 
	padding: 10px;
}
.mainpanel
{
	background-color: #ffffff;
	position: absolute;
	left: 220px;
	top: 70px; 
	padding-top: 0px;
	margin: 0px;
	width: 600px;
}
.code
{
	width: 600px;
	background-color: #eeeeee;	
	overflow: auto;
}
.fat
{
	font-weight: bold;
}