/* CSS Document */
body {
  font-size: 10pt;
  font-family: Tahoma;
  color: #000000;
  line-height: normal;
  background-color: #CC0033;
}

a:link {
  color: #FF6666;
  font-weight: bold;
  text-decoration: none;
}
  
a:visited {
  color: #FF9999;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #FF9999;
  font-weight: bold;
  text-decoration: none;
}  

a:active {
  color: #FF9999;
  font-weight: bold;
  text-decoration: none;
}

p {
  font-size: 10pt;
  font-weight: normal;
}

p.header {
  font-size: 10pt;
  font-weight: normal;
}

.footer {
  font-size: 8pt;
  font-weight: normal;
}

p.smallerP {
  font-size: 10pt;
}

ul {
  font-size: 10pt;
  font-weight: normal;
}

.heading1 {
  font-size: 20pt;
  font-weight: normal;
}

.heading2 {
  font-size: 18pt;
  font-weight: normal;
}

.heading3 {
  font-size: 14pt;
  font-weight: normal;
}

.heading4 {
  font-size: 12pt;
  font-weight: normal;
}

span.bold {
  font-weight: bold;
}

span.red {
   color: #CC0000;
}

.textContrast {
   color: #CC0000;
}

.redItalic {
  color: #CC0000;
  font-weight: normal;
  font-style: italic;
}

.redBold {
  color: #CC0000;
  font-weight: bold;
}

.blueBold {
   color: #3333CC;
   font-weight: bold;
}

table {
  font-size: 10pt;
  font-weight: normal;
}

.top {
   font-size: 10pt;
   font-weight: normal;
}

.text {
   font-size: 10pt;
   font-weight: normal;
}



