/* CSS Document */
body {
	background-color: white;
	color:#000000;
	font-size: 10pt;
	margin: 0 0 30px 0;
    padding: 0;
	line-height: 1.0em;		
	}

#header {
	display: none;
	}

#headerDefaultText {
	position:relative;
	top:0;
	left:175px;
	font-size:14pt;	
	}
	
#menu {
	display: none;
	}	
	
#content {
	position: absolute;
	top:-200px;
	width: auto;
	margin: 0;
	padding: 0 5px 0 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
   }

a {
    font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
   }
   
h1, h2, h3 {    
	font-size: 12pt;
	}
