BODY {
   background-image : url(img/bggreen.jpg);
   background-repeat: repeat-x;
   font-size : 11px; 
   font-family : verdana, sans-serif; 
   color : #333; 
   background-color : white; 
}

UL, OL, DL, P {
   font-size : 11px; 
   font-family : verdana, sans-serif; 
   color : #333; 
   background-color : transparent; 
}

H1, H2, H3 {
   font-size : 12px; 
   font-family : verdana, sans-serif; 
   color : #034; 
   background-color : transparent; 
}

A:link {
   color : #066; 
   background-color : transparent; 
   font-weight : bold; 
   text-decoration : none; 
}

A:visited {
   color : #034; 
   background-color : transparent; 
   font-weight : bold; 
   text-decoration : none; 
}

.white {
   font-family : arial, sans-serif; 
   font-size : 90%; 
   color : #fff; 
   background-color : transparent; 
}

A.white:link {
   font-family : arial, sans-serif; 
   font-size : 90%; 
   color : #cff; 
   background-color : transparent; 
   text-decoration : none;
}

A.white:visited {
   font-family : arial, sans-serif; 
   font-size : 90%; 
   color : #fff; 
   background-color : transparent; 
   text-decoration : none;
}

.nav {
   font-family : arial, sans-serif; 
   font-size : 11px; 
   color : #099; 
   background-color : transparent; 
}

A.nav:link {
   font-family : arial, sans-serif; 
   font-size : 11px; 
   color : #099; 
   background-color : transparent; 
   text-decoration : none;
}

A.nav:visited {
   font-family : arial, sans-serif; 
   font-size : 11px; 
   color : #099; 
   background-color : transparent; 
   text-decoration : none;
}

.bld {
   font-weight : bold;
   padding-top : 4px;
   padding-bottom : 4px;
}

.dd {
   padding-bottom : 8px;
}

.sm {
   font-family : arial, sans-serif; 
   font-style : italic;
   font-size : 9px;
}

.green {
   font-family : arial, sans-serif; 
   font-size : 90%; 
   color : #fff; 
   background-color : #079; 
}

A.green:link {
   font-family : arial, sans-serif; 
   font-size : 90%; 
   color : #cff; 
   background-color : #079; 
   text-decoration : none;
}

A.green:visited {
   font-family : arial, sans-serif; 
   font-size : 90%; 
   color : #fff; 
   background-color : #079; 
   text-decoration : none;
}

