﻿        html
        {
            overflow: -moz-scrollbars-vertical;
            overflow: scroll;
        }  
        .modalView
        {
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size:11px;
            color:#ece5b3;
            background-color:#222d10;
            border:solid 1px #95651b;
        }

        .modalViewBgr
        {
            background-color: #333333;
            filter:alpha(opacity=60);
            opacity:0.6;
        }
        
        .category_text
        {
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 11px; 
            font-weight: normal; 
            color: #790000; 
            padding-bottom: 5px;
            padding-top: 5px;
        }
        
        .category_text a
        {
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 11px; 
            font-weight: normal; 
            color: #790000;
            padding-bottom: 5px;
            padding-top: 5px;
            text-decoration:none;
        }
        
        .selected_category_text
        {
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 11px; 
            font-weight: bold; 
            color: #790000;
            padding-bottom: 5px;
            padding-top: 5px;
        }

        .selected_category_text a
        {
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 11px; 
            font-weight: bold; 
            color: #790000;
            padding-bottom: 5px;
            padding-top: 5px;
        }
        
        .page_header
        {
            font-family: Georgia, "Times New Roman", Times, serif; 
            font-size:14px; 
            font-weight:bold; 
            color:#790000;        
        }
        
        .text_title
        {
            font-family: Georgia, "Times New Roman", Times, serif; 
            font-size:16px; 
            font-weight:bold;
            text-indent:0px; 
            text-align: left;
            color:#4c3e22;         
            padding-bottom:10px;
            margin:0px;
        }
        
        .text_title p
        {
            text-indent: 0px;
            text-align: left;
            padding-top:0px;
            padding-bottom:10px;
            margin:0px;
        }
        
        .text_title p:first-letter
        {
            font-size:18px; 
        }
        
        .text_header
        {
            font-family: Georgia, "Times New Roman", Times, serif; 
            font-size:14px; 
            font-weight:bold;
            text-indent:0px; 
            text-align: left;
            color:#4c3e22;         
            padding-bottom:10px;
            margin:0px;
        }
        
        .main_text p.text_header
        {
            text-indent: 0px;
            text-align: left;
            padding-top:10px;
            padding-bottom:4px;
            margin:0px;
        }

        .main_text
        {
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 12px; 
            font-weight: normal; 
            color: #4c3e22; 
        }
        
        .main_text a
        {
            color: #790000;
            text-decoration: none; 
        }

        .main_text a:link
        {
            color: #790000;
            text-decoration: none; 
        }

        .main_text a:visited
        {
            color: #790000;
            text-decoration: none; 
        }

        .main_text p
        {
            text-align:left;                    
            text-indent:20px; 
            padding-left:10px;
            padding-right:10px;
            padding-top:4px;
            padding-bottom:4px;
            margin:0px;
        }

        .main_text li
        {
            padding-top:4px;
            padding-bottom:4px;
        }

        .main_text ul
        {
            padding-top:0px;
            padding-bottom:0px;
            margin-top:0px;
            margin-bottom:0px;
        }
        
        .main_text ol
        {
            padding-top:0px;
            padding-bottom:0px;
            margin-top:0px;
            margin-bottom:0px;
        }
        
        .main_text p a
        {
            color: #790000;
            text-decoration: none; 
        }

        .main_text p a:link
        {
            color: #790000;
            text-decoration: none; 
        }

        .main_text p a:visited
        {
            color: #790000;
            text-decoration: none; 
        }        
        
        .small_text
        {
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 11px; 
            font-weight: normal; 
            color: #4c3e22; 
        }
        
        .column_text
        {
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 12px; 
            font-weight: normal; 
            color: #4c3e22; 
        }
        
        .column_text p
        {
            text-align:left;                    
            padding-left:10px;
            padding-right:10px;
            padding-top:4px;
            padding-bottom:4px;
            margin:0px;
        }
        
        
        .form_input
        {
            font-family:Verdana;
            font-size:11px;
            color:#999999;
            text-decoration:none;
            border-left: 1px solid #790000;
            border-bottom: 1px solid #790000;
            border-right: none;
            border-top: none;
        }

        .news_text
        {
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 11px; 
            font-weight: normal; 
            color: #4c3e22; 
        }

        .news_text a
        {
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 11px; 
            font-weight: normal;
            text-decoration:none; 
            color: #4c3e22; 
        }

        .news_text a:hover
        {
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 11px; 
            font-weight: normal; 
            text-decoration:none; 
            color: #790000; 
        }
