/* workarounds */

body
{
	margin: 0px;
	padding: 10px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12pt;
    color: #000000;
    background: #ffffff none;
}

#header
{
	display: block;	
	background: #ffffff none;
	padding: 10pt 0pt 0pt 0pt;
}

#header_image
{
	display: none;
}


#header_container
{
	background: #ffffff;
	padding: 15pt 0pt 0pt 0pt;
}

#header_container .title
{
	background: #ffffff none;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}

#header_container h2
{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

#header_container a
{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;

}


.left
{
	float: left;
	display: inline;
}

.right
{
	float: right;
	display: inline;
}

/* left hand side navigation div */
#navigation	
{
	display: none;
}

.link
{
	display: none;
}

.link a	
{
	display: none;
}

.link a:focus,.link a:hover
{
	display: none;
}

#address
{
	display: none;
}

/* right hand side navigation div */
#rightbar	
{
	display: none;
}

/* main content */
#content 
{
	display: block;
	padding: 30pt 0pt 0pt 0pt;
	color: #000000;
	background: #ffffff none;
	text-align: justify;
	font-size: 10pt;
}

#footer
{
	display: none;
}

h1
{
	font-weight: bold;
}

h2
{
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	background: transparent none;
	margin: 0;
    padding: 0 0 0 0;
	border-bottom: 1px solid #DDDDDD;
}

h3
{
        font-weight: bold;
}

h4
{
        font-weight: bold;
}

a img
{
	border: none;
}






