A:hover {
  color: #FF0000; }

BODY, P, TABLE, TR, TD, UL, LI {
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  text-align: justify;
  color: #000000;
  margin-top: 2pt;
  margin-bottom: 4pt; }

P.Menu { 
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
  background: #AADD77;
  text-align: left;
  border-top: 1pt solid #AADD77;
  border-bottom: 4pt solid #AADD77;
  margin-top: 0pt;
  margin-bottom: 6pt;
  border-radius: 5px 5px 5px 5px }

P.Header { 
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
  color: #E0E0E0;
  background: #808080;
  text-align: center;
  border-top: 1pt solid #808080;
  border-bottom: 2pt solid #808080;
  margin-top: 8pt;
  margin-bottom: 8pt; }

A:hover {
  color: #FF0000; }

H1 { 
  font-family: Verdana;
  font-size: 24pt;
  font-weight: bold;
  color: #009900;
  background: #D0D0D0;
  text-align: left;
  margin-top: 0pt;
  margin-bottom: 6pt;
  border-radius: 5px 5px 5px 5px }
  /* matching HR color is #009900 */  
			
H2 { 
  font-family: Verdana;
  font-size: 12pt;
  font-weight: bold;
  color: #EEEEEE;
  background: #008800;
  border-top: 2pt solid #008800;
  border-bottom: 2pt solid #008800;
  text-align: center;
  margin-top: 0pt;
  margin-bottom: 4pt;
  border-radius: 5px 5px 5px 5px }
  /* #008800 matches cell background color #009900 */  

H3 { 
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #008800;
  text-align: justify;
  margin-top: 4pt;
  margin-bottom: 4pt; }

H4 { 
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
  color: #404040;
  margin-top: 0pt;
  margin-bottom: 4pt; }

STRONG { 
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
  color: #008800;
  margin-top: 0pt;
  margin-bottom: 4pt; }

MARQUEE { 
  font-family: Arial;
  font-size: 8pt;
  color: #C04040;
  margin-top: 0pt;
  margin-bottom: 4pt; }

HR {  
  color: #009900;
  background-color: #009900;
  border: 0pt;
  height: 2pt; }

UL {
  list-style-type: disk;
  margin-left: 10pt;
  padding-left: 2pt;
  margin-top: 0pt;
  margin-bottom: 0pt; }
  
OL {
  margin-left: 10pt;
  padding-left: 2pt;
  margin-top: 0pt;
  margin-bottom: 0pt; }



/* COMMENTS:

Matching menu bar color is #AADD77
Remember COLOR="#000000" in Breadcrumbs

*/
