/* DEFAULT SITE STYLES */

        BODY {
            font-family:Verdana,Arial,Helvetica,"sans-serif";
            font-size:12px;
            font-weight:normal;

            color:#000000;
            background-color:#ffffff;

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

            margin-left:0px;
            margin-right:0px;
            margin-top:0px;
            margin-bottom:0px;

            padding:0px;

            }

        TD {
           font-size:12px;
        }

        H1 {
           font-size:14px;
           font-weight:bold;
           color:#ffffff;
           margin:5px;
           text-decoration:none;
        }

        H1.blue {
           font-size:14px;
           font-weight:bold;
           color:#cc0000;
           margin:5px;
           text-decoration:none;
        }

        H1.fire_code {
           font-size:14px;
           font-weight:bold;
           background-color:#000000;
           margin:0px;
           color:#ffffff;
           padding:5px;
            text-align:center;
        }
        H3.fire_sub {
           font-size:12px;
           font-weight:bold;
           color:#cc0000;
           margin:0px;
           padding:5px;
        }

        H1.frc {
           font-size:18px;
           font-weight:bold;
           margin:0px;
           background-color:#cc0000;
           color:#FFFFFF;
           padding:5px;
            text-align:center;
        }
        H1.frc2 {
           font-size:14px;
           font-weight:bold;
           margin:0px;
           color:#CC0000;
           padding:5px;
            text-align:center;
        }

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

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

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

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

        FORM {
            margin:0px;
        }

/* END DEFAULT SITE STYLES */

        TD.leftside {
            background-image:url("../images/header_bg_01.gif");
            background-repeat: repeat-x;
            background-position: top left;

            vertical-align:top;


        }

        TD.main_menu {

            padding:10px 20px 40px 20px;

        }

        TD.mm_item {

            text-align:right;
            border-bottom: 1px #000000 dotted;
            padding:10px 0px 10px 0px;

        }

        TD.header {
            background-image:url("../images/header_bg_01.gif");
            background-repeat: repeat-x;
            background-position: top left;

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

        }

        TD.main {

            vertical-align:top;

            padding:5px 30px 0px 10px;

        }


        TD.footer_l {
            background-image:url("../images/footer_bg_01.gif");
            background-repeat: repeat-x;
            background-position: top left;

            vertical-align:top;

            padding:0px 0px 0px 0px;

        }

        TD.footer_r {
            font-size:10px;

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

            text-align:right;

            padding:50px 10px 40px 0px;
        }


