#header, #topnav,  #subnav, #footer
	{
	display:none;
	}

@page
	{
    	margin: 1.0cm 1.0cm;
	}

body 
	{
	font-size: 12pt;
	font-family:Times New Roman, Sans-Serif;
	line-height: 1.2em;
	color: black; 
	background: white;
	text-align:justify
	}

h1, h2, h3, h4, h5, h6 
	{
	page-break-after: avoid;
	}
h1
	{
	font-size:18pt
	}

h2
	{
	font-size:16pt
	}

h3, h4 h5, h6
	{
	font-size:14pt
	}

img 
	{
	page-break-before: avoid;
	padding:5pt;
	}


a:link, a:visited, a:hover, a:active 
	{
	text-decoration: underline; 
	color: black;
	}
a:after
	{
	text-decoration: none;

	}

#content
	{
	padding:0pt;
	margin:0pt;
	border:0px;
	display:block;
	width:100%;
	text-align:justify;
	}