body {
  margin:           0px; 
  padding:          50px; 
  background-image: url('/images/background_light.jpg');
  background-attachment: fixed;
}

body, td, th {
  font-family:  avenir, futura, verdana, helvetica, sans-serif;
  font-size:    14px;
  line-height:  14px;
  color:        #113311;
}

th{
  font-size:    20px;
  text-align:   left;
  padding:      5px;
  padding-top:  20px;
}

td{
  vertical-align: top;
  padding-left:   5px;
}

img {
  border : 0px;
}

a {
  color           : #006622;
  text-decoration : none;
}

a:hover {
  text-decoration : underline;
}

h3 {
  margin-top:     5px;
  margin-bottom:  3px;
}

div.p {
  margin-top:   5px; 
  margin-bottom:10px;
}

hr {
  height: 1px;
  background-color: #aaaaaa;
  border: 0px;
}

img, div { behavior: url(iepngfix.htc) }

.rot_r {
                    transform:rotate(1deg);
               -moz-transform:rotate(1deg);
            -webkit-transform:rotate(1deg);
}

.rot_l {
                    transform:rotate(-1deg);
               -moz-transform:rotate(-1deg);
            -webkit-transform:rotate(-1deg);
}


@media print {
  body, td, th {
    font-size:    14pt;
    line-height:  14pt;
    color:        black;
  }


  .noprint {
    display    : none;
  }

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

