﻿    body, table, div
    {

    font-family:arial;
    font-size:12px;
   
    
    }
    
    .subject, .subject A
    {
        font-family:arial;
        font-size:18px;
        text-decoration :none;
        font-weight :bold ;
        color:#3867A3;
        padding-top:20px; 
    }
    
    body h1
    {
    font-size:15px;
    }
    
    body A 
    {
        color:#3867A3;
        text-decoration :none;
        ont-weight:bold ;
    }

    #MainOn A, #MainOn
    {
        background-color :#3867A3 ;
        color:White ;
        font-weight :bold;
    }
    
        
        
        .footer
        {
        font-family:arial;
        font-size:10px;
        text-decoration :none;
        color:#808080;
           
        }
        
        
        #btnSearch{cursor:pointer;}
        
        #txtSearch, #txtSearch:focus
        {
                border-style: none;
                border-color: inherit;
                background-image :url('images/search_middle.png');
                background-repeat :no-repeat;
                width:170px;
                height:19px;
                font-family:arial;
                font-size:10px;
                color:#808080;
                border-width:0px;
                z-index: 1;
                left: 50px;
                top: 0px;
                position: absolute;
                vertical-align:middle ;
                line-height:19px;
                
}