BODY {
    background-color: #FFFFFF;
    font-family: Tahoma, Verdana;
    font-size: 10pt;
    color: #000000;
    }

H1 {
   font-family: Tahoma, Verdana;
   font-weight: bold;
   font-size: 12pt;
   color: #000000;
   }
   
TR, TH, TD {
    font-family: Tahoma, Verdana;
    font-size: 10pt;
    color: #000000;
   }

A:link {
    font-family: Tahoma, Verdana;
    color: #0000FF;
    text-decoration: underline;
   }

A:active {
    font-family: Tahoma, Verdana;
    color: #9999FF;
    text-decoration: underline;
   }

A:visited {
    font-family: Tahoma, Verdana;
    color: #990099;
    text-decoration: underline;
   }

A:hover {
    font-family: Tahoma, Verdana;
    color: #008040;
    text-decoration: none;
   }
.footer {
	font-size: 0.8em;
	color: #999999;
	text-align: center;
	font-family: arial;
}
div.bar {
   border-left:4px solid #FF0000;
   font:12px verdana;
   padding-left:5px;
   }
div.box {
   border-left:1px solid #008040;
   border-right:1px solid #008040;
   border-top:1px solid #008040;
   border-bottom:1px solid #008040;
   font:12px arial;
   font-weight:bold;
   color:#008040;
   padding-left:5px;
   padding-right:5px;
   padding-top:3px;
   padding-bottom:3px;
   background-color:#D0DFBB;
   }
