*
{
	margin: 0px;
	padding: 0px;
}
body
{
	font-size: 9pt;
	font-family: Times New Roman, Times, Georgia, Helvetica, Tahoma, Arial, Verdana;
	background: #ffffff;
}
img
{
	border: none;
}
p
{
	margin: 0px 0px 9px 0px;
}
h1
{
	/*font-size: 32px; */
	font-size: 1px;
	position: absolute;
	top: 0;
	left: -999px;
	visibility: hidden;
}
h2
{
	font-size: 24px;
}
h3
{
	font-size: 16px;
}
h4
{
	font-size: 12px;
}
a:link, a:visited
{
	text-decoration: none;
	font-weight: normal;
	font-size: inherit;
	font-family: inherit;
	color: #a0a0a0;
}
a:active, a:hover
{
	text-decoration: none;
	font-weight: normal;
	font-size: inherit;
	font-family: inherit;
	color: #000000;
}
a.marked
{
	color: #000000;
}
a.ndxz
{
	font-size: 6pt;
}
div.logo
{
	margin: 14px 0px 0px 0px;
}
div.spacer
{
	padding: 14px 0px 0px 0px;
	height: 120px;
}
.container
{
	padding: 5px 5px 25px 5px;
}
div#menu
{
	overflow: auto;
	width: 140px;
	height: 100%;
	top: 20px;
	bottom: 0px;
	left: 0px;
	position: fixed;
	text-align: right;
	background-color: #ffffff;
}
div#menu ul
{
	list-style: none;
	margin: 16px 0px 16px 0px;
}
div#submenu
{
	overflow: auto;
	width: 142px;
	height: 100%;
	top: 20px;
	bottom: 0px;
	left: 140px;
	position: fixed;
	text-align: left;
	background-color: #ffffff;
}
div#submenu ul
{
	list-style: none;
	margin: 16px 0px 16px 2px;
}
#content
{
	height: 100%;
	margin: 20px 0px 0px 282px;
	top: 0px;
}
#content p
{
	width: 400px;
	margin-bottom: 9px;
}
#img-container p
{
	width: 400px;
	margin: 0;
	padding: 0 0 12px 0;
}
#once
{
	clear: left;
}