body
{
	color: black;
	font-family: times,serif;
	font-size: 12pt;
	line-height: 1;
	margin:6pc;
	padding:0;
	background:#fff;
	
}
.ahem
{display:none}
div#title
{
	width: 100%;
	color: gray;
	font-family: verdana, helvetica, tahoma, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	text-align: right;
	padding-bottom: 2pt;
	border-bottom: inherit;
	border-width: 0 0 thick 0;
	border-style: none none solid none;
}
div#menu
{
	display:none;
	
}
div#content
{
	width: 100%;
	border:none;
	font-family: times,serif;
	font-size: 14pt;
	line-height:1.5;
	float:none;
	margin:auto;
}
div#space { display:none; }

h1
{
	color: #000;
	font-family: times,serif;
	font-size: 12pt;
	font-weight:bold;
	line-height:0;
	
}
h2
{
	color: #000;
	font-family: times,serif;
	font-size: 12pt;
	font-style:italic;
	line-height:0;
	
}

a:link
{
	color: #000;
	font-family: times,serif;
	font-size: 14pt;
	line-height: 1.5;
	text-decoration: none;
}
a:visited
{
	color: #000;
	font-family: times,serif;
	font-size: 14pt;
	line-height: 1.5;
	text-decoration:none;
}
a:hover
{
	color: #000;
	font-family: times,serif;
	font-size: 12pt;
	line-height: 1;
	text-decoration:none;
}

ul.normal
{
font-family: times,serif;
	font-size: 14pt;
line-height:1.5;
}
.mono
{
font-family: courier, "courier new" , monospace;
font-size:14pt;
}