body, table, th, td, a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
   background: #F5F5DC;  /* FAFAED; dadada; */
   color: #006600;

}
a:link, a:visited {
   color: #FF6600;
   text-decoration: none;
}
a:active, a:hover {
   color: #FF6600;
   text-decoration: none;
   font-weight: bold;
}
img {
   border: none;
}
table {
   background: #ffffff;
   border: none;
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
}


td {   
   text-align: center;
}


th.header {
   background: url(header.png);
   color: #308740;
   font-size: 22px;
   font-weight: bold;
   height: 45px;
   padding: 0 10px 0 10px;
   vertical-align: middle;
   text-align: left;
}
td.footer {
   background: #dadada;
   color: #808080;
   font-size: 10px;
   padding: 10px;
}

h1 { 
 color: #FF6600;
 font-size: 20px;   
 font-weight: bold;
 text-align: center; 
 margin-top: 5px;
 margin-bottom: 5px;
}

.red {
 color: #FF6600;
 font-size: 18px;
 font-weight: bold;
}

.text1 {
   color: #006600; 
   font-size: 18px;
   font-weight: normal;
   text-align: left;
   vertical-align: middle;
   line-height: 150%;
}

.text2 {
   color: #006600; 
   font-size: 14px;
   font-weight: normal;
   text-align: left;
   vertical-align: middle;
   line-height: 150%;
}

.text3 {
   color: #006600; 
   font-size: 14px;
   font-weight: normal;
   text-align: center;
   vertical-align: top;
   line-height: 150%;
}
