body {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: white;
  color: black;
  font-size: 12pt;
}


.c1 {
  color: white;
  font-size: 10pt;
}

.c1 a:link {
  color: white;
  text-decoration: none;
}

.c1 a:visited {
  color: white;
  text-decoration: none;
}

.c1 a:hover {
  color: white;
  text-decoration: underline;
}


.c2 {
  color: #333333;
  font-size: 10pt;
}

.c2 a:link {
  color: #0000ff;
  text-decoration: none;
}

.c2 a:visited {
  color: #000099;
  text-decoration: none;
}

.c2 a:hover {
  color: red;
  text-decoration: underline;
}


.c3 {
  font-size: 11pt;
}

.c3 a:link {
  color: white;
  text-decoration: none;
}

.c3 a:visited {
  color: white;
  text-decoration: none;
}

.c3 a:hover {
  text-decoration: underline;
}


.c4 {
  font-size: 8pt;
  color: #cccccc;
  background-color: #336699;
}

.c4 a:link {
  font-size: 8pt;
  color: #cccccc;
  text-decoration: none;
}

.c4 a:visited {
  font-size: 8pt;
  color: #cccccc;
  text-decoration: none;
}

.c4 a:hover {
  font-size: 8pt;
  color: white;
  text-decoration: underline;
}

.c5 {
  color: white;
  font-size: 11px;
}

.c5 a:link {
  color: white;
  text-decoration: none;
  font-size: 11px;
}

.c5 a:visited {
  color: white;
  text-decoration: none;
  font-size: 11px;
}

.c5 a:hover {
  color: white;
  text-decoration: underline;
  font-size: 11px;
}

a.c6 {
  color: #999999;
  font-size: 11px;
}

a.c6:link {
  color: #999999;
  text-decoration: none;
  font-size: 11px;
}

a.c6:visited {
  color: #999999;
  text-decoration: none;
  font-size: 11px;
}

a.c6:hover {
  color: red;
  text-decoration: underline;
  font-size: 11px;
}

p {
  margin-left: 10px;
  margin-right: 20px;
  font-size: 12pt;
  text-align: justify;
}

p a:link {
  color: #0000ff
}

p a:visited {
  color: #000099;
}

p a:hover {
  color: red;
}

ul, li {
  font-size: 12pt;
}

li a:link {
  color: #0000ff
}

li a:visited {
  color: #000099;
}

li a:hover {
  color: red;
}

.bshow{
    filter: alpha(opacity=99);
    opacity: 0.99;
}
.bhide{
    filter: alpha(opacity=25);
    opacity: 0.25;
}

