/* CSS Document */
body {
	background: white;
	font-size: 10pt;
	margin: 30px 0 30px 0;
    padding: 0;
	line-height: 1.0em;		
	}
#headerGraphic {
	display: none;
	}
#headerPWD {	
	display: none;
	}
#headerDefaultText {
	position:relative;
	top:0;
	left:175px;
	font-size:14pt;	
	}	
#menu {
	display: none;
	}	
#main {
	position: static;
	width: auto;
	margin: 0;
	padding: 0 5px 0 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
   }
   
.leftNav {   
	display: none;
	}
	
.pageTitle {
	position: relative;
	left:-10px;
	text-align:center;
}	

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