﻿body
{
    background-color: #EEEEEE;
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    font-size: 10pt;
    font-family: Tahoma, Arial;
    letter-spacing: 1px;
    color: #333333;
}

#tbl
{
    border: 1px solid #D8D8D8;
    width: 780px;
    border-collapse:collapse;
    
}
#tr_u
{
    background-color: #EEEEEE;
   
}

#tr_h
{
    background-color: #668B1E;
    height: 100px;
}

#tr_m
{
    background-color: #FFFFFF;
    vertical-align: middle;
}

#tr_b
{
	background-color: #FFFFFF;
	height: auto;
}
#tr_d
{
    border-style: none;
    background-color: #FFFFFF;
}

#td_h_m
{
    vertical-align: middle;
    padding: 6px 6px 10px 6px;
}

.td_m
{
    height:26px;
    vertical-align:middle;
    padding-top:5px;
    
}

.m_lnk
{
    text-decoration: none;
    color: #668B1E;
    background-color: #ECF3E1;
    border: 1px solid #A0C258;
    padding: 3px 6px 3px 6px;
    margin: 0px 4px 0px 4px;
    text-decoration: none;
}

.m_lnk:hover,active
{
    background-color: #E0F1C0;
    color: #668B1E;
}

.m_lnk_sel
{
    text-decoration: none;
    color: #2F527D;
    background-color: #668B1E;
    border: 1px solid #668B1E;
    padding: 3px 6px 3px 6px;
    margin: 0px 4px 0px 4px;
    text-decoration: none;
    color: #FFFFFF;
    cursor: default;
}

.td_b
{
    padding: 25px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #008000;
    text-align:left;
    vertical-align:top;
}

.H1
{
    font: font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #666666;
}

#ul
{
}

a
{
    color: #2F527D;
}

a:hover, active
{
    color: #4171AB;
}

.tr_pr
{
   border: 1px solid #2F527D;
}

.td_h_w
{
    border-left-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-top-color: #006699;
    border-bottom-color: #006699;
    border-left-color: #006699;
    font-weight: bold;
    padding: 2px 2px 2px 4px;
}

.td_h_p
{
    width: 100px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #006699;
    font-weight: bold;
    padding: 2px 2px 2px 4px;
}
.td_pr_w
{
    text-align:left;
    border-left-style: solid;
    border-bottom-style: solid;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #006699;
    border-left-color: #006699;
    padding: 2px 2px 2px 4px;
}

.td_pr_p
{
    width: 100px;
    text-align: center;
    border-left-style: solid;
    border-bottom-style: solid;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #006699;
    border-left-color: #006699;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #006699;
    padding: 2px 2px 2px 4px;
}
.td_pic
{
    padding: 20px 20px 20px 20px;
}

.head_td
{
    width: 250px;
}
    
.head_rt
{
    color: #FFFFFF;
    text-align:right;
    font-size: 12pt;
    padding-right:100px;
    width: 530px;    
} 
    
.head_ind_lnk
{
    border-style: none;
}    

.head_ind_img
{
    border-style: none;
    width: 143px;
    height: 100px;
    float: left;
}

