﻿
    
    .stylex
    {
        font-size:xx-small;
    }    
    
    .style1
    {
        font-family: "Lucida Sans Unicode";
        font-weight: bold;
        font-size: small;
        line-height: 135%;
    }  
    
    .border2
    {
        background: url("images/border2.gif") 0 100% repeat-x; 
    } 
    
    .border1
    {
        background: url("images/border2.gif") repeat-x; 
    }      

    .title
    {
        font-family: "Lucida Sans Unicode";
        font-weight: bold;
        font-size:  larger        
    }  

    .style2
    {   color:White;
        font-family: Georgia;
        font-size: small;
        font-weight:bold;
        line-height: 150%;
    }
    .style4
    {
        color: red;
        font-weight: bold;
        font-size: large;
        font-family: Georgia;
    }

    .tableback
    {
        background-image: url("images/tableback.jpg");        
        background-repeat:repeat-x;
        height:30px;
        line-height:30px;           
    }
    
    .tableback2
    {
        background-color: Gray;
        height:30px;
        line-height:30px;           
    }
    
    .tabletext 
    {
        position:relative;
        top:-6px;
        font-size:small;   
        color:Black;
        
    }

    .foot
    {
        font-family: "Lucida Sans Unicode";        
        font-size:x-small;
    }  
    

