A:link {
  color           : #006600;
  text-decoration : none; 
} 

A:visited {
  color           : #336633;
  text-decoration : none; 
} 

A:hover {
  color           : #003300;
  text-decoration : underline; 
} 

A:active {
  color           : #ff3333; 
  text-decoration : none; 
} 

A.nav:link {
  color           : #CCFFCC;
  text-decoration : underline; 
} 

A.nav:visited {
  color           : #99CC99;
  text-decoration : underline; 
} 

A.nav:hover {
  color           : #ffd733; 
  text-decoration : none;
} 

A.nav:active {
  color           : #ff3333; 
  text-decoration : none; 
} 

A IMG {
   background     : transparent;
   border-width   : 0;
}

A {
  font-weight     : 600; 
}

A.nav {
  font-size       : 8pt; 
}

A,BODY, H1, H2, H3, H4, STRONG, TD, TH, .TableCaption, .TableDescribe, .WhiteHeadLine {
  font-size       : 8pt;
  font-family     : Arial,Verdana,sans-serif; 
  color           : #003300;
}

BODY {
  background-color: #eeffee; 
} 

H1 {
  font-weight     : bolder; 
  color           : #000000; 
  font-size       : 14pt; 
} 

H2 {
  font-weight     : bolder;
  background-color: #ffffff 
  color           : #000000; 
  font-size       : 12pt; 
} 

H3 {
  font-weight     : bolder; 
  color           : #000000; 
} 

STRONG {
  color           : #006600; 
  font-weight     : normal;
}

PRE {
  margin-left     : 3em;
  font-weight     : 700; 
}

TH {
  font-weight     : normal;
  background-color: #009900;
} 

.Headline {
  font-weight     : bolder; 
  color           : #000000; 
  font-size       : 16pt; 
} 

.TableBorder {
  border          : 1px solid #006600; 
} 

.TableNav {
  background-color: #006600;
}

.TableNavLeft {
  border          : 1px solid #003300; 
  background-color: #006600;
} 

.TableHead {
  background-color: #99cc99;
}

.TableCaption {
  font-weight     : bolder;
  color           : #000000;
} 

.TableDescribe {
  font-style      : normal; 
} 

.WhiteHeadLine {
  font-weight     : 700; 
  color           : #FFFFFF; 
  font-size       : 10pt; 
}

.TableHead1 {
  font-weight     : bolder;
  background-color: #006600;
  color   		  : #99cc99;
  text-align      : center;
}

.TableData1 {
  background-color: #eeffee;
  color   		  : #003300;
  text-align      : center;
}

.TableData {
  background-color: #ccffcc;
}

.TableBg {
  background-color: #eeffee;
  color   		  : #003300;
}

