body
{
 text-align: left;
 /* background-color:#E9EADE */
}

table.header
{
 background-color:#86B404;
}

table.footer
{
 background-color:#D6EBA0
}

table.message
{
 background-color:#F7FE2E;
 font-style: italic;
}

table.links
{
 margin-left: 20px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background-color:#D6EBA0
}

table.body
{
 /* background-color:#FFFFFF */
 background-color: #F2F2F2;
}

h1
{
 margin-left: 5px;
 margin-top: 2px;
 margin-right: 5px;
 margin-bottom: 2px;
 font-size: 24pt;
 font-weight: bold;
 font-style:italic;
 font-family:"Times New Roman", Times, serif;
 color:#FFFFFF;
}

h2
{
 margin-left: 5px;
 margin-top: 2px;
 margin-right: 5px;
 margin-bottom: 2px;
 font-size: 14pt;
 font-weight: bold;
 font-style:italic;
 font-family: "Times New Roman", Times, serif;
 color: #FFFFFF;
}

h3
{
 margin-left: 5px;
 margin-top: 2px;
 margin-right: 5px;
 margin-bottom: 2px;
 font-size: 14pt;
 font-weight: bold;
 font-style:italic;
 font-family: "Times New Roman", Times, serif;
 background-color: #86B404;
 color: #FFFFFF;
}

#centered
{
 width: 800px;
 text-align: left;
 border: 0;
 margin: 0 auto;
}


