/* This is the style of your browser text */
body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  }
 p{
   color:#999;
}
a:link, a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #FF8000;
}
a:hover {
  text-decoration: none;
  color: #B3B3B3;
}
em{
  font-weight: bold;
  font-style:normal;
  text-decoration:none
}
h1, h2, h3, h4, h5{
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1em;
}


h1 {
  padding-left:0px;
  color: #CCCCCC;
  text-align: left;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

h1 a:link, a:visited {
  text-decoration: none;
  color: #FF8000;
}
h1 a:hover {
  text-decoration: none;
  color: #B3B3B3;
}

h2 {
  padding-bottom: 6px;
  font-weight: bold;
  color: #FF8000;
  text-align: left;
  font-size: 12px;
}

h3 {
  text-align: center;
  font-size: 9px;
}

h4 {
  text-align: left;
  font-size: 12px;
}
h4 a:link, a:visited {
  text-decoration: none;
  color: #CCCCCC;
}
h4 a:hover {
  text-decoration: none;
  color: #FF8000;
}
h5 {
  color: #CCCCCC;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
}
h5 p{
}

h5 a:link, a:visited {
font-weight: bold;
  text-decoration: none;
  color: #FF8000;
}
h5 a:hover {
font-weight: bold;
  text-decoration: none;
  color: #B3B3B3;
}