body {
    background: #FFFFFF;
    margin: 0px;
}

body, td, th, textarea, input, select {
    padding: 0px;
    text-decoration: none;
    color: #003C1E;    
    font: 12px arial, Tahoma, verdana, sans-serif; 
}
textarea, input, select {
    color: #000000;    
}
textarea{
    overflow:auto;    
}

table {
    border-collapse: collapse;
}

div.pagebody {
    text-align: center;
    height: 100%; 
}

div.pagebody div.body {
    width: 1075px;       
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

div.body {
    height: 100%; 
}

form {
    margin:0px;
}
img {
    border: none;
}

a img { border:none }
a { color: #003C1E; text-decoration: underline; }
a:visited { color: #003C1E; }
a:active,a:hover { color: #002412; text-decoration: underline; }

table.menu td {
    padding: 0px 15px 0px 15px;
    font-weight: bold;
}

table.menu td a, table.menu td a:visited{
    color: #00A050;
    text-decoration: none;
}

table.menu td a:active, table.menu td a:hover{
    color: #003C1E;
    text-decoration: underline;
}


h1, h2, h3 {
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 14px;
    margin-bottom:5px;
}
h2 {
    font-size: 13px;
    margin-bottom:4px;
}
h3 {
    font-size: 12px;
    margin-bottom:3px;
}

table.banner td{
    padding: 5px;
}

table.banner img{
    opacity: 0.5;
    filter:alpha(opacity=50);
}

td.content {
    line-height: 20px;
}

td.content p {
    padding: 5px 0px 10px 0px;
    margin: 0px;
}

td.footer {
    height: 159px;
    background-image: url(/images/bottom_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 0px 0px 10px 40px;
}

table.green {
    width: 100%;
}

table.green td {
    height: 2px;
    background: #00A955;
}
table.green th {
    height: 52px;
    background: #00A955;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    text-align: left;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 38px; 
}

