body {
    background-color: #FFFFFF;
}

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;
}

.white_11x {
    color: #FFFFFF;
}

.white_15x_b{
   color: #FFFFFF;
   font-size: 15px;
   font-weight: bold;
   line-height: 19px;
}

.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;
}

.black_15x{
   font-size: 15px;
   line-height: 19px;
}

.black_15x_b{
   font-size: 15px;
   font-weight: bold;
   line-height: 19px;
}

.green_15x_b{
   font-size: 15px;
   font-weight: bold;
   line-height: 19px;
   color: #6EA500;
}

.blue_15x_b{
   font-size: 15px;
   font-weight: bold;
   line-height: 19px;
   color: #0000FF;
}

.blue_19x_b{
   font-size: 19px;
   font-weight: bold;
   line-height: 23px;
   color: #0000FF;
}

.red_11x{
   font-size: 11px;
   color: #FF0019;
}

.green_11x{
   font-size: 11px;
   color: #6EA500;
}

.green_13x{
   font-size: 13px;
   color: #6EA500;
   line-height: 17px;
}

.green_13x_b{
   font-size: 13px;
   color: #6EA500;
   font-weight: bold;
   line-height: 17px;
}

.blue_11x{
   font-size: 11px;
   color: #0000FF;
   line-height: 17px;
}
.blue_13x{
   font-size: 13px;
   color: #0000FF;
   line-height: 19px;
}

.blue_13x_b{
   font-size: 13px;
   color: #0000FF;
   font-weight: bold;
   line-height: 19px;
}

.coffee_13x{
   font-size: 13px;
   color: #917400;
   line-height: 19px;
}

.highlight{
   font-size: 15px;
   color: #000099;
   font-weight: bold;
   line-height: 21px;
}

.notes{
   font-size: 13px;
   color: #0000FF;
   line-height: 17px;
}

.footer{
   font-size: 11px;
   font-weight: bold;
   line-height: 15px;
}

.ending{
   font-size: 10px;
   line-height: 14px;
}
a.white_lnk:link { text-decoration: none; color: #FFFFFF;}
a.white_lnk:visited { text-decoration: none; color: #FFFFFF;}
a.white_lnk:active { text-decoration: none; color: #FFFFFF;}
a.white_lnk:hover { text-decoration: underline; color: #FFFFFF;}

a.black_lnk:link { text-decoration: none; color: #000000;}
a.black_lnk:visited { text-decoration: none; color: #000000;}
a.black_lnk:active { text-decoration: none; color: #000000;}
a.black_lnk:hover { text-decoration: underline; color: #000000;}

a.yellow_lnk:link { text-decoration: none; color: #FFFF3C;}
a.yellow_lnk:visited { text-decoration: none; color: #FFFF3C;}
a.yellow_lnk:active { text-decoration: none; color: #FFFF3C;}
a.yellow_lnk:hover { text-decoration: underline; color: #FFFF3C;}

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;}

a.blue_lnk:link { text-decoration: none; color: #0000FF;}
a.blue_lnk:visited { text-decoration: none; color: #0000FF;}
a.blue_lnk:active { text-decoration: none; color: #0000FF;}
a.blue_lnk:hover { text-decoration: underline; color: #0000FF;}

a.red_lnk:link { text-decoration: none; color: #E10043;}
a.red_lnk:visited { text-decoration: none; color: #E10043;}
a.red_lnk:active { text-decoration: none; color: #E10043;}
a.red_lnk:hover { text-decoration: underline; color: #E10043;}