body 
{
    color: #000000;
    font-family: Tahoma;
    font-size: 90%;
    background-color: #CEDBCE; 
}   

a img {border: none}

a:link, a:visited
{
    color: #000;
    text-decoration: None;
}
a:hover
{
    text-decoration: underline;
}

/* MoreLink: Found at the bottom of tables for a 'More blah...' Link */
a.MoreLink
{
    font-size: 11px;
    float: right;
}

.new
{
    font-size:9px;
    color: Brown;
}

    
table td{vertical-align: top}    
    
.LinkTable
{
    text-align:left;
    width:100%;
    margin-bottom: 5px;      
}
.LinkTable th
{
    font-size: 14px;  
    padding-left: 10px;
    background-image: url("/img/menu_bg.gif"); 
    border-style: solid;
    border-width: 1px;
    border-color: #000; 
}
.LinkTable td
{
    font-size: 12px; 
    padding-left: 5px;
    background-color: #99cc99;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
}
.LinkTable a
{
    color: #000;
    text-decoration: none;
}
.LinkTable a:Hover
{
    color: #000;
    text-decoration: Underline; 
}
.LinkTable a:Visited
{
    color:#303030;
}

.MainTable
{
    width:770px;
    margin-bottom: 5px;      
}
.MainTable th
{
    font-size: 14px;  
    padding-left: 10px;
    background-image: url("/img/menu_bg.gif"); 
    border-style: solid;
    border-width: 1px;
    border-color: #000; 
}
.MainTable a
{
    color: #000;
    text-decoration: none;
}
.MainTable a:Hover
{
    color: #000;
    text-decoration: Underline; 
}
.MainTable a:Visited
{
    color:#000;
}
.BottomTable
{
    width:770px;
    margin-bottom: 5px;      
}
.BottomTable th
{
    font-size: 12px;  
    padding-left: 10px;
    background-image: url("/img/menu_bg.gif"); 
    border-style: solid;
    border-width: 1px;
    border-color: #000; 
}
.BottomTable a
{
    color: #000;
    text-decoration: none;
}
.BottomTable a:Hover
{
    color: #000;
    text-decoration: Underline; 
}
.BottomTable a:Visited
{
    color:#000;
}

#HeaderDesc
{
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    position:relative;
    top: 65px;
}

#HeaderBanner
{
    position:relative;
    top: -28px;
    left: -6px;
}

#AspNet
{
    position:relative;
    top: -76px;
    left: +210px;
}    

.NewsPreview
{
    font-size:11px;
    line-height: 13px;
    color: #222222;
}




