html, body{
    width:100%;
    margin:2;
    padding:0;
    /*color: #336699;*/
    color: #ff6600;
}


a:active     {  font-family: Arial; font-size: 10pt; color: #000000}
a:link       {  font-family: Arial; font-size: 10pt; color: #000000}
a:visited    {  font-family: Arial; font-size: 10pt; color: #000000}
body         {  font-family: Arial; font-size: 10pt}
li           {  font-family: Arial; font-size: 10pt}
ol           {  font-family: Arial; font-size: 10pt}
table        {  font-family: Arial; font-size: 10pt}
td           {  font-family: Arial; font-size: 10pt}
ul           {  font-family: Arial; font-size: 10pt}


#topmenu {
    margin:0 auto;
    height:30px;
}
#topmenu table {
    margin:0 auto;
}
#topmenu img {
    border:0;
}
#topmenu td {
    text-align: center;
    valign: bottom;
}
#topmenu a, #topmenu a:link, #topmenu a:active, #topmenu a:visited {
    display:block;
    width:109px;
    height:30px;
    background: url('/_images/toplink.gif') no-repeat;
    font-family:Tahoma, Arial, Verdana, sans-serif;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    color:#fff;
    text-align: center;
}
#topmenu a:hover {
    background:url('/_images/toplink_b.gif') no-repeat;
}
#topmenu td.selected {
    font-family:Tahoma, Arial, Verdana, sans-serif;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    color:#fff;
    text-align: center;
}

#lefttop {
    display:block;
    width:180px;
    height:49px;
    background:url('/_images/left_top_desc.gif') no-repeat;
    font-family:Georgia;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-indent: 8px;
    color:#fff
}

#news {
    font-family:Georgia;
    font-size:11px;
    text-decoration:none;
    color:#fff
}


#content {color: #336699}
#content td{ font: 12px Georgia }
#content P,UL,LI {font: 12px/1.4 Georgia}
#content H1 {font: 22px Georgia; border-bottom: 1px solid #000}
#content H1 SPAN {background: #DDD}
#content H2 {font: 18px Georgia; border-bottom: 1px solid #000}
#content H2 SPAN {background: #DDD}
#content H3 {font: bold 14px Georgia; border-bottom: 1px solid #000}
#content H3 SPAN {background: #DDD}

#content a, #content a:link, #content a:active, #content a:visited {
    font-family:Georgia;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    color:#336699
}
#content a:hover {
    background: #DDD; text-decoration: none
}

.footerinc a img {                                                              
    opacity: 0.5;                                                               
    filter: alpha(opacity=50);                                                  
}                                                                               
.footerinc a:hover img {                                                        
    opacity: 1;                                                                 
    filter: alpha(opacity=100);                                                 
}
