body {
  background-color: white;
  font-family: Verdana, Arial, Tahoma, Times;
  font-size: 8pt;
  color: black}
td {
  font-size: 8pt}
a {
  text-decoration: none}
a, a:visited {
  color: RoyalBlue}
a:hover, a:active {
  color: Red}
ul {
  list-style-type: square;
  margin-top: 3pt;
  margin-bottom: 3pt;}
ol {
  margin-top: 3pt;
  margin-bottom: 3pt;}
li {
  margin-bottom: 3pt}
h1 {
  font-size: 18pt;
  font-weight: bold;
  color: white;
  background-color: #006699;}
h2 {
  font-size: 10pt;
  font-weight: bold;
  color: white;
  background-color: #006699;}
h3 {
  font-size: 10pt;
  font-weight: bold;
  color: white;
  background-color: #6699cc;}
p {
  margin-top: 4pt;
  margin-bottom: 5pt}
tt {
  font-family: Courier New, Courier;
  font-size: 110%}

table.clFlatTable                   { border: solid 1px #999999; border-collapse: collapse }
.clRowLight                         { background: #FFFFFF; border: solid 1px #C0C0C0; color: black }      
.clRowDark                          { background: #E7E7E7; border: solid 1px #C0C0C0; color: black }      

.clCode {
  font-family: Lucida Console, Courier New, Courier;
  font-size: 100%;
  background-color: #EEEEEE;
  display:block;}
.clLegend {
  font-family: Verdana, Arial, Tahoma;
  font-weight: bold;
  font-size: 100%;}
.clTip {
  font-family: Verdana, Arial, Tahoma;
  font-weight: bold;
  font-size: 100%;
  color: #369E28;
  display:block;}
.clExpert {
  font-family: Verdana, Arial, Tahoma;
  font-weight: bold;
  font-size: 100%;
  color: #000084;
  display:block;}
.clTrap {
  font-family: Verdana, Arial, Tahoma;
  font-weight: bold;
  font-size: 100%;
  color: #C60000;
  display:block;}
.clNorm {
  font-family: Verdana, Arial, Tahoma;
  font-weight: bold;
  font-size: 100%;
  color: #008484;
  display:block;}
.clMethod {
  font-family: Verdana, Arial, Tahoma;
  font-weight: bold;
  font-size: 100%;
  color: #840084;
  display:block;}
td.clHeaderMethods {
  font-size: 8pt
  font-weight: bold;
  color: white;
  background-color: #006699;}