BODY  {
	background: #336666;
	font-family: Arial;
    font-size: 10pt;
  	color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
  	font-size: 9pt;
}
a:link { color: #FFFFFF; text-decoration: underline;}
a:visited { color: #99FFCC; text-decoration: underline;}
a:hover { color: #99CCFF; text-decoration: underline;}

TABLE {
	background: white;
	color: #336666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
    line-height=1.5em;
    border-collapse: collapse;

}

TD.bottomLine {
    border-style: none;
    border-bottom-style: solid;
    border-bottom-width: 2;
    border-bottom-color: #336666;
     
    padding:5px;
    padding-left:20px;
    margin: 0;
}
TD.noBorder {
    border-style: none;
    padding:5px;
    margin: 0;
}
TD {
    border-style: solid;
    border-width: 2;
    border-color: #336666;
    padding:5px;
    margin: 0;
}
TH {
    border-style: solid;
    border-width: 2;
    border-color: #336666;
    background-color: #CCCCCC;
    padding:5px;
    margin: 0;
}
.title3 {
	background: #009999;
	font-color: #FFFFFF;
	color: #FFFFFF;
	font-size: 22pt;
	font-family : "Cooper Black";
	text-align: center;
}
.title4 {
	background: #336666;
	font-color: #FFFFFF;
	color: #FFFFFF;
	font-size: 18pt;
	font-family : "Cooper Black";
	text-align: center;
}

.helpbk {
	background: #336666;
	font-color: #FFFFFF;
	color: #FFFFFF;

    border-style: solid;  
    border-width: 1; 
    border-color: #FFFFFF; 
}