.top1 {
        background-image: url('images/top-bg.jpg');
        font-weight: bold;
        color: white;
        font-size: 11pt;
        font-family: Tahoma;
        background-color: ff0000;


}


.top2 {
        background-image: url('images/top-bg2.jpg');
        background-color: #BC0116;
        font-weight: bold;
        color: yellow;
        font-family: Tahoma;

}


.menu {

        font-weight: bold;
        color: yellow;
        font-family: Tahoma;
        font-size: 11pt;
        text-decoration: none;
        text-transform: uppercase;
}

:hover.menu {

        text-decoration: overline;

}


.body {
        font-family: verdana;
        font-size: 10pt;
        color: 2f2f2f;


}


.main2 {

        background-image: url('images/b-pg.jpg');

}



body {

        background-color: yellow;
        background-image: url('images/pg-bg.gif');
        background-repeat: repeat-x;
        background-position: left top;

}


.footer {

        background-image: url('images/f-bg.jpg');
        background-color: #bc0116;
        color: white;
        font-weight: bold;
        font-family: Tahoma;
        font-size: 8pt;
}