﻿.table_style
{
    color: #000000;
    font-family: Verdana,Arial,Times New Roman,Helvetica,Sans Serif,MS Sans Serif; 
    font-size: 10px; 
    font-weight: bold; 
    font-style: normal;    width: 130px;
    border: 2px solid rgb(182, 196, 143);
    background-color: White;    
}
.tr_style
{
}
.td_style
{
}
.sep_td_style
{    
    background-color: #374F07;
    border: 0px;
    width: 100%;
    height: 1px; 
    line-height: 1px;   
    font-size: 1px;
}
.a_style
{
    display: block;
    color: #000000;
    font-family: Verdana,Arial,Times New Roman,Helvetica,Sans Serif,MS Sans Serif; 
    font-size: 10px; 
    font-weight: bold; 
    font-style: normal;
    text-decoration: none;
    background-color: White;
    width: 100%;
    height: 13px;        
    text-indent: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.a_style:hover
{
    display: block;
    color: #374F07;
    font-family: Verdana,Arial,Times New Roman,Helvetica,Sans Serif,MS Sans Serif; 
    font-size: 10px; 
    font-weight: bold; 
    font-style: normal;
    text-decoration: none;
    background-color: #B6C48F;
    width: 100%;
    height: 13px;        
    text-indent: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.a_arrow_style
{
    background-image: url('arrow.gif');    
    background-position: 113px center;
    background-repeat: no-repeat;
    cursor: default;
    display: block;
    color: #000000;
    font-family: Verdana,Arial,Times New Roman,Helvetica,Sans Serif,MS Sans Serif; 
    font-size: 10px; 
    font-weight: bold; 
    font-style: normal;
    text-decoration: none;
    background-color: White;
    width: 100%;
    height: 13px;        
    text-indent: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.a_arrow_style:hover
{
    background-image: url('arrow.gif');    
    background-position: 113px center;
    background-repeat: no-repeat;
    cursor: default ;        
    display: block;
    color: #374F07;
    font-family: Verdana,Arial,Times New Roman,Helvetica,Sans Serif,MS Sans Serif; 
    font-size: 10px; 
    font-weight: bold; 
    font-style: normal;
    text-decoration: none;
    background-color: #B6C48F;
    width: 100%;
    height: 13px;        
    text-indent: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
