/* CSS Document */

.home_pic {
        position: relative;
        width: 150px;
        float: right;
        background-color: #F6F6FA;
        padding: 0px 0px 20px 40px;
}

span.red_sub {
        color: #B9090B;
        font-size: 1.1em;
        font-weight: bold;
}

span.red_sub a:link, span.red_sub a:visited, span.red_sub a:active {
        color: #B9090B;
        font-weight: bold;
        text-decoration: underline;
}


span.red_sub a:hover {
        color: #171F7D;
        font-size: 1.1em;
        font-weight: bold;
        text-decoration: none;
}

span.blue_sub {
        color: #171F7D;
        font-size: 1.1em;
        font-weight: bold;
}

span.blue_sub a:link, span.blue_sub a:visited, span.blue_sub a:active {
        color: #171F7D;
        font-weight: bold;
        text-decoration: underline;
}


span.blue_sub a:hover {
        color: #B9090B;
        font-weight: bold;
        text-decoration: none;
}

span.green_sub {
        color: #009933;
        font-weight: bold;
}

span.green_sub a:link, span.green_sub a:visited, span.green_sub a:active {
        color: #009933;
        font-weight: bold;
        text-decoration: underline;
}


span.green_sub a:hover {
        color: #B9090B;
        font-weight: bold;
        text-decoration: none;
}
