﻿
        a
        {
            color: #006699;
            text-decoration: none;
        }
        a:link
        {
            color: #006699;
            text-decoration: none;
        }
        a:visited
        {
            color: #006699;
            text-decoration: none;
        }
        a:hover
        {
            color: #006699;
            text-decoration: none;
        }
        
        
        
        .TitleBox
        {
            vertical-align: top;
            width: 100%;
            direction: rtl;
            text-align: center;
            font-family: Tahoma;
            font-size: 9pt; /* background-color: #EAF3FD;*/
            margin: 0px;
        }
        .TitleBox_TD
        {
            background-image: url(../../images/main/new_effects/m_bar.jpg);
            height: 15px;
            /*width: 100%;*/
            text-align: right;
            vertical-align: middle;
            margin: 0px;
            vertical-align: middle;
            color: #003399;
            font-size: 8pt;
            border-right: #c8ddfb 1px solid;
            border-top: #c8ddfb 1px solid;
            border-bottom: #c8ddfb 1px solid;
            border-left: #c8ddfb 1px solid;
        }
        .TitleBox_TD_Blank
        {
            height: 2px;
            border-style: none;
        }
        .TitleBox_TD_Content
        {
            background-color: #F5F9FF;
        }
        
        .TitleBox_Seperator
        {
            width: 1px;
            height: 6px;
        }
        
        .Main_Menu
        {
            width: 141.5px;
            height: 22px;
            background-image: url('../../Images/Main/new_effects/HorMenu_Tab.png');
            background-repeat: no-repeat;
            vertical-align: middle;
            text-align: center;
            background-position: 0px 0px;
            font-family: Tahoma;
            font-size: 8pt;
            color: Black;
        }
        .Main_Menu:hover
        {
            background-position: 0px -22px;
            color: #9B2700;
            cursor: pointer;
        }
        .subhormenu
        {
            color: White;
        }
        
        .subhormenu:hover
        {
            color: Black;
        }
        
        /*############################ UL LISTS ###############################*/
        
     .UL_List
    {
       
    }
    
  .UL_List ul li {
    /* Bullet color */
    font-family: tahoma;
    font-size: 10pt;
    color: green;
     text-indent: 0px;
     padding-right: 0px;
  }

 .UL_List ul li span {
    /* Text color */
  
   text-align: right;
   color: #006699;
   font-size: 8pt;
 }