body {
  background-color: #ffffff;
}

.header {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #cc3300;
  line-height: 20px
}

.bigheader {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #f8921a;
  line-height: 20px
}

.subline_small {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #333333;
  line-height: 20px
}

.content {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #666666;
  line-height: 20px;
}


a:link {
  font-weight:bold;
  color:#F7931D;
  text-decoration:none
}
a:visited {
  font-weight:bold;
  color:#F7931D;
  text-decoration:none
}
a:hover {
  font-weight:bold;
  color:#F7931D;
  text-decoration:none
}
a:active {
  font-weight:bold;
  color:#F7931D;
  text-decoration:underline
}
a:focus {
  font-weight:bold;
  color:#F7931D;
  text-decoration:underline
}
