body {
   background: white;
   font-size: 12pt;
	font-family: "Arial", "Arial", serif;
   }
#sidebar_a {
   display: none;
   }

#header {
   display: none;
   }
	
#header_img {
   display: none;
   }
#print_header {
	padding: 0px 0px 40px 0px;
	margin-bottom: 45px;
	background-color: white;
	width: 765px;
	height: 120px;
}
	
#container, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent;
	text-align: left;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
div#container {
   margin-bottom: -8px;
   }
div#container img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 100%;
   }
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 13px;
	line-height: 1.5;
}
h2 {
	font-size: 12px;
	line-height: 1.5;
	padding: 0px;
	margin: 5px 0 10px 0;
}
h2.gray {
	font-size: 11px;
	line-height: 1.5;
	padding: 0px;
	margin: 5px 0 10px 0;
	color: Gray;
}

h3 {
	font-size: 11px;
	line-height: 1.5;
	padding: 0px;
	margin:  5px 0 0 0;
}
h4 {
	font-size: 10px;
	line-height: 1.5;
}
h5 {
	font-size: 9px;
}
h6 {
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 11px;
	line-height: 1.5;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

li {
	font-size: 11px;
	line-height: 1.7;
}
