/* CSS Document */
body {
	background: white;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	}
a {
	color: #000000;
	text-decoration: underline;
}		
#header{
margin:0;
}
#nav ul, #banner, #footer{
	display: none;
	}
h1{
	font-size: 14pt;
	font-weight: bold;
	padding-bottom:7pt;
}
h2{
	font-size: 12pt;
	padding-bottom:6pt;
	font-weight: bold;
}
p{
padding-bottom:5pt;
}
