
body {
  background-color: #FFFFFF;
  font-family: Times, "Times New Roman", serif;
  font-size: 11pt;
  font-weight: normal;
  color: #000000;
}

H2.T {
  font-size: 16pt;
  font-family: Times, "Times New Roman", serif;
  color: #806020;
  text-align: center;
  padding-top: 3pt;
}

H3.T {
  font-size: 15pt;
  font-family: Times, "Times New Roman", serif;
  color: #2020A0;
  text-align: center;
}

P.T {
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  padding-top: 2pt;
  margin-top: 3pt;
  margin-left: 3pt;
  margin-right: 3pt;
  margin-bottom: 3pt;
}

P.S {
  font-size: 7pt;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

LI {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

table.opt {
  border:  1px solid #303080;
}

td.top {
  background-color: #EAE9DB;
}

td.cream {
  background-color: #EAE9DB;
  width: 25%;
}

td.highlight {
  background-color: #F6F3E5;
  text-align: center;
}

a:link {
  color: #202080;
}

a:hover {
  color: #208080;
}

a:active {
  color: #202176;
  background-color: transparent;
}
/*
a:visited {
  color: #202080;
  background-color: transparent;
}
*/
P.small {
  font-size: 7pt;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

