body {
	background: #000000;
	color: #FFFFFF;
	
	font-family: Arial;
	font-size: 9pt;
}


.menucontainer {
	width: 135px;
	float: left;
	padding: 3px;
	
	border: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
a.menuitem {
	display: block;
	margin: 3px 0px;
}
a.menuitem:link, a.menuitem:visited{
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
a.menuitem:hover, a.menuitem:active {
	background: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
.spacer {
	min-height: 10px;
}
.endspacer {
	min-height: 40px;
}


a:link, a:visited {
	color: #2474B3;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}



.content {
	width: 480px;
	min-height: 400px;
	float: right;
	padding: 5px;
	padding-left: 10px;
	
	border: 1px solid;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
h1 {
	font-size: 16pt;
	margin-top: 6pt;
	margin-bottom: 3pt;
	
	/* font-family: Times New Roman; */
}
h2 {
	font-size: 14pt;
	margin-top: 6pt;
	margin-bottom: 3pt;
	
	/* font-family: Times New Roman; */
}
h3 {
	font-size: 12pt;
	margin-top: 6pt;
	margin-bottom: 3pt;
	
	/* font-family: Times New Roman; */
}
h4 {
	font-size: 12pt;
	font-style: italic;
	margin-top: 6pt;
	margin-bottom: 3pt;
	
	/* font-family: Times New Roman; */
}
p {
	margin-left: 5px;
}
img {
	border: 0;
}


.footer {
	font-size: 8pt;
	text-align: center;
}
