body {
    background-color: #DDDDDC;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #000000;
}

select, input{
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
}

textarea {
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
    line-height: 17px;
    letter-spacing : 1px;
}

li {
    list-style: square;
    line-height: 17px;
}

.white_11x {
    color: #FFFFFF;
}

.black_11x{
   font-size: 11px;
   line-height: 15px;
}

.black_11x_b{
   font-size: 11px;
   font-weight: bold;
   line-height: 15px;
}

.black_13x{
   font-size: 13px;
   line-height: 19px;
}

.black_13x_b{
   font-size: 13px;
   font-weight: bold;
   line-height: 17px;
}

.green_11x{
   font-size: 11px;
   color: #6EA500;
}

.red_11x{
   font-size: 11px;
   color: #FF0019;
}

.red_11x_b{
   font-size: 11px;
   font-weight: bold;
   color: #FF0019;
}

.subject{
   font-size: 16px;
   color: #3A8911;
   font-weight: bold;
   line-height: 20px;
}

.highlight{
   font-size: 15px;
   color: #9F4604;
   font-weight: bold;
   line-height: 25px;
}

.footer{
   font-size: 11px;
   font-weight: bold;
   line-height: 15px;
}

.notes{
   font-size: 11px;
   color: #6EA500;
   line-height: 17px;
}

a.white_lnk:link { text-decoration: underline; color: #FFFFFF;}
a.white_lnk:visited { text-decoration: underline; color: #FFFFFF;}
a.white_lnk:active { text-decoration: underline; color: #FFFFFF;}
a.white_lnk:hover { text-decoration: none; color: #FFFFFF;}

a.black_lnk:link { text-decoration: underline; color: #000000;}
a.black_lnk:visited { text-decoration: underline; color: #000000;}
a.black_lnk:active { text-decoration: underline; color: #000000;}
a.black_lnk:hover { text-decoration: none; color: #000000;}

a.green_lnk:link { text-decoration: none; color: #6EA500;}
a.green_lnk:visited { text-decoration: none; color: #6EA500;}
a.green_lnk:active { text-decoration: none; color: #6EA500;}
a.green_lnk:hover { text-decoration: underline; color: #6EA500;}

