@media screen, print
{
  a:visited {
    color: #3300FF;
    font-size: 9pt;
    font-weight: bold
  }

  a:link {
  	font-family: Arial;
    color:  #0033CC;
    font-size:  9pt;
    font-weight:  bold;
    font-style: normal;
  }

  a:hover {
    color: #000099;
    font-weight: bold;
    font-style: italic;
    text-decoration:  none
  }
                
  h1 {
    color:  white;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
  }

  h2 {
    color:  #000000;
    font-family: Comic Sans MS;
    font-size: 18pt;
    font-weight: normal;
    font-style:italic;
    text-align: center;
  }

  h3 {
    font-family: Comic Sans MS;
    font-size: 14pt;
    font-weight: normal;
    text-align: center;
  }

  h4 {
    font-family: Comic Sans MS;
    font-size: 14pt;
    font-weight: normal;
    text-align: left;
  }

  h5 {
    font-family:  Arial;
    font-size:  9pt;
    font-weight: bold;
    text-align: center;
  }

  h6 {
    font-family:  Comic Sans MS;
    font-size:  12pt;
    font-weight: normal;
    font-style: normal;
    text-align: center;
  }

  body {
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    color: black;
    text-align: justify;
    background-image: url(../images/orthHill_back.jpg);
    background-attachment: fixed;
    font-family: Arial;
  }

  table {
    border-spacing: 0px;
    border: 0px ridge gray;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  td {
    vertical-align: top;
    border: inset 0px gray;
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    text-align: justify;
  }

  td.one {
    border-style: solid;
    <!-- top right bottom left -->;
    border-color: #ffffff #ffffff #000000 #000000;
    background-color: white
  }

  td.two {
    border-style: solid;
    <!-- top right bottom left -->;
    border-color: #ffffff #ffffff #000000 #000000;
    background-color: white;
    font-family: Comic Sans MS;
    font-size: 16pt;
    font-weight:  normal;
    font-style: italic;
  }

  td.three {
    border-style: solid;
    <!-- top right bottom left -->;
    border-color: #ffffff #ffffff #000000 #000000;
    background-color: white;
    vertical-align: top;
    text-align: center;
    font-family: Comic Sans MS;
    font-size: 11pt;
    font-weight:  bold;
    font-style: normal;
  }

  p.button {
    border: inset 0px gray;
    border-style: none;
		padding-top: 0cm;
		padding-left: 0cm;
		padding-right: 0cm;
    font-family:  Arial;
    font-size:  10pt;
    font-weight:  normal;
    text-align: center;
    line-height: 100%;
    background-color: transparent
  }

  p.one {
    border-style: solid;
    <!-- top right bottom left -->;
    border-color: #ffffff #ffffff #ffffff #ffffff;
		padding-top: 0.25cm;
		padding-left: 0.25cm;
		padding-right: 0cm;
    font-family:  Arial;
    font-size:  10pt;
    font-weight:  bold;
    text-align: center;
    line-height: 200%;
    background-color: white
  }

  p.two {
    border-style: solid;
    <!-- top right bottom left -->;
    border-color: #ffffff #ffffff #ffffff #ffffff;
		padding-top: 0.25cm;
		padding-left: 0.25cm;
		padding-right: 0cm;
    font-family:  Bitstream Vera Sans;
    font-size:  10pt;
    font-weight:  bold;
    line-height: 200%;
    background-color: white
  }
  
  p.index {
    border-style: solid;
    border-color: #003300;
    border-width: 2px;
		padding-top: 0.1cm;
		padding-bottom: 0.1cm;
		padding-left: 0.1cm;
		padding-right: 0.1cm;
    font-family:  Arial;
    font-size:  10pt;
    font-weight:  bold;
    text-align: center;
  }
}

@media print {
  h1 {
    font-family:  Arial;
    font-size:  10pt;
    font-weight: bold;
    page-break-before:  always
  }

  h2 {
    font-family:  Arial;
    font-size:  8pt;
    font-weight:  bold;
  }

  h3 {
    font-family:  Arial;
    font-size:  10pt;
    font-weight: bold;
    text-align: center;
  }

  body {
    font-family:  Arial;
    font-size:  10pt;
    font-weight: normal;
  }

}