body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}


a
{
	text-decoration: underline;
}

ul,p
{
	line-height: 1.5em;	
}
h1
{
	font-size: 14pt;
	font-weight: 100;
	margin-top: 5px;
	color: black;
	border-bottom: double #000 3px;
	background: none;
}

h2
{
	font-size: 11pt;
	font-weight: bold;
	border-style: solid;
	border-width: 0px 0px 1px;
	border-color: #000;
	color: black;
	background: none;
}

h3
{
	
	color: black;
	background: none;
}

h4
{
	color: black;
}

/* Wrapper around the complete page to center it */
#page
{
	width: auto;
}

/* Left part of the page with the logo as background */
#leftpart
{
	display: none;
}

/* Right part of the page, with title logo*/
#rightpart
{
	width: auto;
	
}

/* Page around the content*/
#contentpage
{

}

/* Header of a menu list */
div.menuheader
{
	display: none;	
}


div.menulist
{
	display: none;
}

a.menulink
{
	display: none;
	
	
}
a
{
	text-decoration: underline;
	
}
a.menulink:visited
{
	
}

a.menulink:hover
{
	background-color: #FFFFFF;
	color: #000000;
	background-image: url('../images/menu_bullet_active.gif');
	
}

a.menulink:active
{
	
}

#trace, #trace a, #trace a:visited
{
	font-size: 8pt;
	color: black;
	background: #EEE;
	border: none;
}

#rightpart
{

	background: none;
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	
}

#content
{
	background: #FFFFFF;
	padding: 5px;	
	text-align: justify;
}

/* Hacks for IE float bugs */



#navfooter
{
	
	display: none;
}

#footer
{
	display: none;
}

#pagefooter
{
	display: block;
	clear: both;
	font-size: 8pt;
	border-color: black;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	text-align: left;
	font-family: 'Arial', 'Helvetica', sans-serif;
	color: black;
	margin: 5px;
}

#navprevpage
{
	
display: none;
}

#navnextpage
{
display: none;
}

