body {
background-color: white;}
p {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: black;
}
p.big {
  font-family: Arial, sans-serif;
  font-size: 18pt;
  font-weight: bold;
  color: #336699;
}
p.tit {
  font-family: Arial, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: #666666;
}

p.utit {
  font-family: Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #666666;
}

.mini {
  font-family: Arial, sans-serif;
  font-size: 6pt;
  font-weight: normal;
}

p.bu, ul, li {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #336699;
}

p.rt {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #CC0000;
}

p.ws {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

a {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

a:link {
  color: #336699;
}

a:visited {
  color: #336699;
}

a:hover {
  color: #CC0000;
}

a:active {
  color: #336699;
}

a.mnu {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

a.mnu:link {
  color: #336699;
}

a.mnu:visited {
  color: #3366FF;
}

a.mnu:hover {
  color: #FF0000;

}

a.mnu:active {
  color: #000000;
}

a.min {
  font-family: Arial, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  text-decoration: none;
}

a.min:link {
  color: #336699;
  background-color: transparent;
}

a.min:visited {
  color: #336699;
  background-color: transparent;
}

a.min:hover {
  color: white;
  background-color: #336699;
}

a.min:active {
  color: #336699;
  background-color: transparent;
}
