BODY {
   font-family: Arial; 
   font-size: 9pt; 
   color: black; 
   
}
H1 {
  color: green; 
  font-weight: bold; 
  font-family: Arial,sans-serif;
}

H2 {
  color: darkvilet;
  font-weight: bold;
  font-family: Arial,sans-serif;
  font-size: 14pt;
}

.menu, A {
  font-family: Verdana,Arial,sans-serif; 
  font-size: 9pt; 
  color: blue; 
  font-weight: bold; 
  font-style: normal;
}
.menu2 {
  font-family: Arial,sans-serif; 
  font-size: 10pt; 
  color: darkviolet; 
  font-weight: bold; 
  font-style: normal;
}
.desc {
  font-family: Arial,sans-serif;
  font-size: 9pt;
  color: black;
  font-weight: normal;
  text-decoration: none;
}
.header1 {
  font-family: Verdana,Arial,sans-serif; 
  font-size: 20pt; 
  color: darkgreen; 
  font-weight: bold;
}

.text1 {
  font-family: Verdana,Arial,sans-serif;
  color: black;
  font-size: 12pt;
}
.master {
  font-family: Times;
  color: black;
}
.tbl {
   font-family: Arial; 
   font-size: 9pt; 
   color: black; 
}
.list {
  font-family: Arial,sans-serif;
  font-size: 9pt;
  color: black;
}  
.title {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  font-decoration: none;
  color: darkgreen;
}
P, TD {
  font-family: Verdana,Arial,sans-serif;
  color: black;
  font-size: 10pt;
}
PRE {font-family: Courier; color: black;}
SUP {color:white;}

