
A {
  color: blue;
  text-decoration: underline;
  font-weight: bold;
}

A:hover img {
  background-color: white;
}

A:hover {
  color: white;
  text-decoration: none;
  font-weight: bold;
  background-color: blue;
}

BODY {
  background-color: white;
  color: black;
  font-size: 12pt;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
}

.copy {
  font-weight: normal;
  font-size: 8pt;
  text-transform: none;
  color: black;
  font-style: normal;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-variant: normal;
}

.copyRed {
  color: RED;
}

.copyStrong {
  font-weight: bold;
  font-size: 9pt;
  text-transform: none;
  color: black;
  font-style: normal;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-variant: normal;
  text-decoration: none;
}

.copyStrongGreen {
  font-weight: bold;
  color: #009933;
}

.copyStrongBluePlusOne {
  font-weight: bold;
  color: BLUE;
  font-size: 13pt;
}

.LEDAMBER {
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: #FF9900;
}

.LEDRED {
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: red;
}

.LOGOLITES {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: bold;
  font-variant: normal;
}

H1 {
  font-weight: normal;
  font-size: 18pt;
  text-transform: none;
  color: red;
  font-style: normal;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-variant: normal;
  text-decoration: none;
  text-align: center;
}

H3 {
  font-weight: normal;
  font-size: 16pt;
  text-transform: none;
  color: red;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  font-variant: normal;
  text-decoration: none;
  text-align: center;
}

HR {
  color: red;
  height: 1px;
  background-color: red;
}

.TNB {
  font-weight: bold;
  font-size: 10pt;
  text-transform: none;
  color: white;
  font-style: normal;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-variant: normal;
  background-color: black;
}

A.TNB:link {
  color: white;
  text-decoration: none;
  background-color: black;
}

A.TNB:visited {
  font-weight: bold;
  color: white;
  text-decoration: none;
}

A.TNB:active {
  color: gray;
  text-decoration: none;
}

A.TNB:hover {
  color: #0099FF;
  text-decoration: none;
  background-color: black;
}

.LNBTitle {
  color: yellow;
  font-weight: bolder;
  font-size: 10pt;
  font-style: normal;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-variant: small-caps;
  background-color: #330099;
}

.LNB {
  color: white;
  font-weight: bold;
  font-size: 10pt;
  font-style: normal;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-variant: normal;
  background-color: #FF0000;
}

a.LNB:link {
  text-decoration: none;
}

a.LNB:visited {
  color: #f0f0f0;
  text-decoration: none;
}

a.LNB:hover {
  color: #0011FF;
  text-decoration: none;
  background-color: #FF0000;
}

IMG {
  border: 0px;
}