*
	{
		font-size: 12pt;
		color: #000;
	}
body
	{
	}
div
	{
		padding: 0px;
		margin: 0px;
		border: 0px;
		width: 100%;
	}
table
	{
		width: 100%;
		border-collapse: collapse;
		border: 0;
	}
td
	{
		padding: 0px;
		margin: 0px;
	}	
h1	
	{
		font-weight: bold;
		font-size: 120%;
		margin: 0px 0px 1em 0px;
	}
h2
	{
		font-weight: bold;
		text-align: center;
		font-size: 110%;
		margin: 0px 0px 1em 0px;
		color: #333;
	}
h3
	{
		font-weight: bold;
		margin: 0px;
		color: #333;
	}
p, ul, ol
	{
		margin: 0px 0px 1em 0px;
	}
img
	{
	  margin: 0px;
	  padding: 0px;
	  border: 0px;
	}
b
	{
		font-weight: bold;
	}
i
	{
		font-style: italic;
	}
input, textarea
	{
		background-color: inherit;
		border: 1px solid #333;
	}
hr
	{
		width: 95%;
		text-align: center;
		border: 1px solid #ccc;
		margin-bottom: 0.5em;
	}
a:link
	{
		color: #333;
		font-weight: bold;
		text-decoration: none;
	}
a:visited
	{
		color: #333;
		font-weight: bold;
		text-decoration: none;
	}
a:hover
	{
		color: #333;
		font-weight: bold;
		text-decoration: none;
	}
a:active
	{
		color: #333;
		font-weight: bold;
		text-decoration: none;
	}
div#container, div#container_with_border, div#container_with_background
	{
		text-align: justify;
	}
div#logo_box
	{
		text-align: center;
	}
div#title_box
	{
	}
img#top_image
	{
		display: none;
	}	
div#navigation_box
	{
		display:none;
	}
div#content_without_navigation_box
	{
	}
div#content_box
	{
	}
table#nav, table.nav
	{
		display:none;
	}
div#footer
	{
		display:none;
	}
div#print_button
	{
		display:none;
	}
div.smaller_text 
	{
		font-size: 10pt;
	}
div.smaller_text *
	{
		font-size: 10pt;
	}
p.disclaimer 
	{
		font-size: 10pt;
		font-style: italic;
	}