html
{
	margin: 0;
	padding: 0;
}
body
{
    margin: 0;
    padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
    text-decoration: none;
}

/* Text formatting */
p
{
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	margin-top: 0;
/*	color: black;*/
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:active
{
	color: black;
    font-family: Verdana, Arial, sans-serif;
    font-size: 15pt;
    text-decoration: none;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:active
{
    color: black;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11pt;
    font-style: italic;
    font-weight: bold;
	margin-top: 0px;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:active
{
    color: black;
    font-family: Verdana,Arial,sans-serif;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
	margin-bottom: 0;
}

/* Hyperlinks */
a, a:link, a:visited, a:active, a:hover
{
	color: black;
	text-decoration: underline;
}

/* Layout */
#top
{
	margin: 0;
	top: 0;
	width: 100%;
	background-color: white;
	border-bottom: solid 2px black;
}

#printtop
{
	visibility: visible;
	height: 100px
}

#apexheader
{
	visibility: hidden;
	height: 0;
}

#contentwrapper
{
	top: 0;
	width: 100%;
	text-align: left;
	margin: 0;
/*	height: 100%;*/
}

#bottom
{
	clear: both;
	width: 100%;
	border-top: solid 2px black;
	margin: 0;
	text-align: left;
}

#menu
{
	visibility: hidden;
	width: 0;
	height: 0;
}

#content
{
	width: 98%;
	top: 0;
	margin: 0;
}

#apexfooter ul
{
	visibility: hidden;
}


		


