/*Style Sheet for Printing*/

body {
background: #fff;
margin-left:  .75in;
margin-right: .75in;
}

p { 
color: #000;
font: 10pt Georgia, 'Times New Roman', serif;
text-align: left;
}

#main-container {margin-top: 25px;
                 margin-left: 0px; 
                 }

.header-text {color: #000;}
 

h1, h2, h3, h4{color: #b8860b;
font-family: Tahoma, Arial, sans-serif;
font-weight: normal;
page-break-after: avoid;}

h1 { font-size: 130%;}
h2 { font-size: 120%;}
h3, h4 { font-size: 110%;}

em { 
 	font-style: normal;
 	color: #b8860b;
 
  }

/* Remove unwanted elements */

.noprint {
          display: none;
         }



