BODY {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.headline    { 
text-align: center; 
font-size: 14pt; 
color:#ffffff;   
font-weight: bold; 
border-style: solid; 
border-width: 0; 
padding-left: 3px 
}

.subhead {
 text-align:left;
 display:block;
 padding-left: 3px;
 background-color: #000099; 
 color: #39BA7B;
 font-weight: bold;
 font-size: 10pt;
 }

.menubody {
 text-align:justify;
 color:#008000;
 display:block;
 font-weight: normal;
 font-size: 10pt;
 padding-left:3px;
 padding-right:3px;
 padding-top:3px;
 padding-bottom:3px;
 }
 
.body {
 text-align:justify;
 color:#000000;
 font-weight: normal;
 font-size: 10pt;
 padding-left:3px;
 padding-right:3px;
 }

.footer {
 text-align:left;
 display:block;
 padding-left: 3px;
 background-color: #39BA7B; 
 color: #000099;
 font-weight: bold;
 font-size: 8pt;
 }
 
.sitedesign {
 FONT-FAMILY: Arial, Helvetica, sans-serif; 
 color: #FFFFFF;
 font-weight: normal;
 font-size: 8pt;
 text-align:right;
}

TD {
  border-style: none;
  vertical-align: middle;
  text-align:center;
  font-size: 90%;
  padding: 0px;
  color:white;
  padding-left:5px;
  padding-right:5px;
}


A {
  color: #008000;
  text-decoration:none;
  font-weight: bold;
}


A:Hover {
  text-decoration:underline;
    color: #000000;
}