/* print */

body {
   background: #FFF;
   color:#000;
   font-size: 12pt;
   font-family: arial, helvetica, sans-serif;
}
   
#header {display:none}
   
#info {
    display: block;
	width:auto;
}
#info p {font-size:9pt; width:30%; float:left}
#info h3 {font-size:14pt; width:30%; float:left; width:100%;}

#content {
   padding: 1em 0;
   margin:1em 0;
   clear:both;
   border-top: 1px solid #825D8B;
   border-bottom: 1px solid #825D8B;
   clear:both;
}
#content h2 {font-size:14pt;}

a {
   color: inherit;
   text-decoration: none;
}


#footer {font-size:8px; clear:both}