* {
 margin: 0;
 padding: 0;
 }

body {
 background: #fff;
 }
.header {
 border-bottom: 1px solid #E1E1E1;
 }
h1, .imgreplace {
 display: none;
 }

#printonly {
 display: block;
 }

.middle ul {
 list-style: circle;
 padding-left: 15px;
 }
.middle li {
 padding: 2px;
 }
 
/* HIDDEN FOR PRINT*/
.breadcrumbs, .right {
 display: none;
 }
 
/*LINKS*/
a:link, a:visited {
 color: #520;
 font-weight: bold;
 text-decoration: underline;
 }

/*FONT*/
body {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 10pt;
 }
p {
 line-height: 1.4;
 }
h2 {
 font-size: 14pt;
 padding: 20px 0 5px 0;
 }
h3 { 
 font-size: 13pt;
 padding: 15px 0 5px 0;
 }
#footer {
 text-align: center;
 font-size: 8pt;
 color: #969696;
 }