html
{
	width: 100%;
}

body
{
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Tahoma, arial, verdana, geneva, sans-serif;
	width: 90%;
}

#container
{
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
	border-top: 0;
   	float: none !important;
   	color: black;
   	background: transparent none;

}

#content_container, #content, #content_top
{
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
   	float: none !important;
   	color: black;
   	background: transparent none;	
}

#content_top h1
{
	font-weight: bold;
}

#header_container, #foto, #foto2, #subnav, #content_header, #breadcrumb, #footer 
{
	display: none;
}


a:link, a:visited
{
	color: #566;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

h1
{
	font-size: 12pt !important;
	letter-spacing: 1pt;
	line-height: 1.2em;
}

h2
{
	font-size: 11pt !important;
	font-weight: bold;
}

#content a:link, #content a:visited 
{
	content: " (" attr(href) ")";
	font-size: 75%;
	color: black;
}

table, thead th, tbody th, tbody tr td, tfoot td, tfoot th
{
	border: 1px solid black;
}

form.myform em
{
	color: black;
}

form.myform fieldset
{
	border-top: 1px solid black;
}