/* MAIN STYLESHEET */

BODY {
        font-family:Arial,Helvetica,"sans-serif";
        font-size:12px;
        color:#ffffff;
        background-color:#330000;

        background-image:url("../images/fp_main_bg_01.jpg");
        background-position:top left;
        background-repeat:repeat-x;

        text-align:center;
        vertical-align:top;

        margin:0px;
}

TD {
        font-size:14px;
        font-weight:normal;
        color:#ffffff;
}

LI {
padding:5px;
}

TD.fp_mm_cell {

        background-image:url('../images/fp_mm_bg_01.jpg');
        background-position:top left;
        background-repeat:no-repeat;
        width:444px;
        height:332px;
        vertical-align:top;
        padding:30px 0px 0px 0px;
}

    TD.mm_Off {
        font-family:Verdana,Arial,Helvetica,'sans-serif';
        font-size:10px;
        color: #ffffff;
        vertical-align: middle;
        border:1px #660000 solid;
        cursor: hand;
        padding:0px;
    }

    TD.mm_Hover {
        font-family:Verdana,Arial,Helvetica,'sans-serif';
        font-size:10px;
        color: #ffffff;
        vertical-align: middle;
        border:1px #330000 solid;
        cursor: hand;
        padding:0px;
    }


/* Default Links */

A:link {
        color:#ffffff;
        font-size:11px;
        font-weight:bold;
        text-decoration:underline;
}

A:visited {
        color:#ffffff;
        font-size:11px;
        font-weight:bold;
        text-decoration:underline;
}

A:active {
        color:#cc0000;
        font-size:11px;
        font-weight:bold;
        text-decoration:underline;
}

A:hover {
        color:#cc0000;
        font-size:11px;
        font-weight:bold;
        text-decoration:underline;
}

A.faq:link {
        color:#ffffff;
        font-size:14px;
        font-weight:bold;
        text-decoration:underline;
}

A.faq:visited {
        color:#ffffff;
        font-size:14px;
        font-weight:bold;
        text-decoration:underline;
}

A.faq:active {
        color:#cc0000;
        font-size:14px;
        font-weight:bold;
        text-decoration:underline;
}

A.faq:hover {
        color:#cc0000;
        font-size:14px;
        font-weight:bold;
        text-decoration:underline;
}

    A.mm_Link:link {
        font-family:Arial,Helvetica,'sans-serif';
        font-size:13px;
        color: #ffffff;
        width: 100%;
        font-weight:bold;
        background-color: #220000;
        text-decoration: none;
        padding:5px;
    }

    A.mm_Link:visited {
        font-family:Arial,Helvetica,'sans-serif';
        font-size:13px;
        color: #ffffff;
        width: 100%;
        font-weight:bold;
        background-color: #220000;
        text-decoration: none;
        padding:5px;
    }

    A.mm_Link:active {
        font-family:Arial,Helvetica,'sans-serif';
        font-size:13px;
        color: #ffffff;
        width: 100%;
        font-weight:bold;
        background-color: #660000;
        text-decoration: none;
        padding:5px;
    }

    A.mm_Link:hover {
        font-family:Arial,Helvetica,'sans-serif';
        font-size:13px;
        color: #ffffff;
        width: 100%;
        font-weight:bold;
        background-color: #660000;
        text-decoration: none;
        padding:5px;
    }

    A.mm_Link2:link {
        font-family:Arial,Helvetica,'sans-serif';
        font-size:12px;
        color: #ffffff;
        width: 100%;
        font-weight:bold;
        background-color: #660000;
        text-decoration: none;
        padding:2px 2px 2px 30px;
    }

    A.mm_Link2:visited {
        font-family:Arial,Helvetica,'sans-serif';
        font-size:12px;
        color: #ffffff;
        width: 100%;
        font-weight:bold;
        background-color: #660000;
        text-decoration: none;
        padding:2px 2px 2px 30px;
    }

    A.mm_Link2:active {
        font-family:Arial,Helvetica,'sans-serif';
        font-size:12px;
        color: #ffffff;
        width: 100%;
        font-weight:bold;
        background-color: #330000;
        text-decoration: none;
        padding:2px 2px 2px 30px;
    }

    A.mm_Link2:hover {
        font-family:Arial,Helvetica,'sans-serif';
        font-size:12px;
        color: #ffffff;
        width: 100%;
        font-weight:bold;
        background-color: #330000;
        text-decoration: none;
        padding:2px 2px 2px 30px;
    }

