/* CSS Document */

    td{
    font-size:12px;
    font-family:tahoma;
    color:000000;
    }

    a.yellow{
    color:FECB00;
    font:100;
    text-decoration:underline
    }

    a.yellow:visited{
    color:FECB00;
    font:100;
    }

    .style1 {
    font-size: 12px;
    font-weight: bold;
    }

    .stylehead {
    font-size: 16px;
    font-weight: bold;
    color:015294;
    }

    .style2 {
    color: #0033ff;
    }

    .bluelink {
    color: #0033FF;
    }

    .bluelink:hover {
    color: #FFFFFF;
    }

    ul {
    margin-top:0;
    margin-bottom:0;
    }
    
    li {
    margin:0 0 0 -25;
    }
