
        :link {
                Font-Family : Arial, Helvetica ;
                Font-Size : 9pt ;
                Color : #F70010 ;
                Text-Decoration : None
        }
        :visited {
                Color= #F70010   ;
                Font-Family : Arial, Helvetica ;
                Font-Size : 9pt ;
                Text-Decoration : None
        }
        A:hover {
                Font-Style : Bold  ;
                Color= #000000   ;
                Font-Family : Arial, Helvetica ;
                Font-Size : 9pt ;
                Text-Decoration : Underline
        }

        body {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 9pt;
                display: inline;
        }

        p {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 9pt;
                display: inline;
        }

        B {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 9pt;
                font-weight: bold;
        }

        .warning_text {
                font-family: Georgia, Arial, sans-serif;
                font-size: 10pt;
                font-weight: bold;
                Color : #FF0000 ;
        }

        .title_text {
                font-family: Georgia, Arial, sans-serif;
                font-size: 12pt;
                font-weight: bold;
                Color : #FFFFCC ;
                Background-Color: #3367CC;
                Width: 100%;
                Padding : 2px;
        }

        .login_header,.login_block {
                Font-Family : Arial, Helvetica ;
                Font-Size : 9pt ;
                Color : #666666 ;
                Text-Decoration : None ;
                position: relative;
                Background-Color: #FEFEFE;
                Border-Top : #009 Solid 1px ;
                Border-Bottom : #009 Solid 1px ;
                Border-Right : #009 Solid 1px ;
                Border-Left : #009 Solid 1px ;
        }

        .data_table {
                Padding : 2px;
                Background-Color: #FFFFFF;
                Border-Top : #009 Solid 1px ;
                Border-Bottom : #009 Solid 1px ;
                Border-Right : #009 Solid 1px ;
                Border-Left : #009 Solid 1px ;
        }

        .data_header {
                Font-Family : Georgia, Arial, Helvetica ;
                Font-Size : 9pt ;
                Font-Weight : Bold ;
                Color : #000000 ;
                Text-Decoration : None ;
                Padding : 3px;
                Background-Color: #FFFFDD;
        }

        .data_field {
                Font-Family : Arial, Helvetica ;
                Font-Size : 9pt ;
                Color : #333333 ;
                Text-Decoration : None ;
                Padding : 1px;
                Background-Color: #FEFEFE;
        }

        input, select, .data_field2 {
                Font-Family : Arial, Helvetica ;
                Font-Size : 9pt ;
                Color : #333333 ;
                Text-Decoration : None ;
                Background-Color: #EFEFEF;
        }

        .header_row {
                Font-Family : Arial, Helvetica ;
                Font-Size : 10pt ;
                Font-Weight : Bold ;
                Color : #000000 ;
                Text-Decoration : None ;
                Padding : 3px;
                Background-Color: #FFFF99;
                Border-Top : #009 Solid 1px ;
                Border-Bottom : #009 Solid 1px ;
                Border-Right : #009 Solid 1px ;
                Border-Left : #009 Solid 1px ;
        }

        input.fontbutton {
                color:#009;
                font-family:'arial',helvetica,sans-serif;
                font-size:10pt;
                font-weight:bold;
                background-color:#DD0000;
                border:1px inset;
                border-top-color:#0000FF;
                border-left-color:#0000FF;
                border-right-color:#000099;
                border-bottom-color:#000099;
                filter:progid:DXImageTransform.Microsoft.Gradient
                  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#AAAA0000');
        }

        input.smallbutton {
                color:#009;
                font-family:'arial',helvetica,sans-serif;
                font-size:8pt;
                font-weight:bold;
                background-color:#DD0000;
                border:1px inset;
                border-top-color:#0000FF;
                border-left-color:#0000FF;
                border-right-color:#000099;
                border-bottom-color:#000099;
                filter:progid:DXImageTransform.Microsoft.Gradient
                  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#AAAA0000');
        }

        .menu_link {
                font-family: Arial, sans-serif;
                font-size: 8pt;
                font-weight: bold;
                Color : #FEFEFE ;
                Background-Color: #5D85D6;
                Width: 140px;
                Margin-Left : 20px;
                Padding-Left : 10px;
                Padding-Right : 10px;
        }

        .menu_link:HOVER {
                Color : #DD0000 ;
                Background-Color: #3467CC;
        }

        .menu_link2 {
                font-family: Arial, sans-serif;
                font-size: 8pt;
                font-weight: bold;
                Color : #FFCCCC ;
                Background-Color: #DD0000;
                Width: 140px;
                Margin-Left : 20px;
                Padding-Left : 10px;
                Padding-Right : 10px;
        }
