a.mainlevel:link, a.mainlevel:visited {
display: block;
font-size: 9px;
font-weight: bold;
color: #FFFFFF;
font-family: Tahoma, Helvetica, sans-serif;
text-transform: uppercase;
text-align: left;
height: 23px;
line-height: 23px;
width: 162px;
text-decoration: none;
margin-top: 1px;
margin-bottom: 1px;
text-indent: 10px;
background-image: url('mainlevel_up.png');
background-repeat: no-repeat;
background-position: center
}

a.mainlevel:hover {
background-image: url('mainlevel_over.png');
color: #000000
}
a.mainlevel#active_menu {
background-image: url('mainlevel_sub.png');
color: #FFFFFF
}
a.mainlevel#active_menu:hover {
background-image: url('mainlevel_sub.png');
color: #FFFFFF
}
a.sublevel:link, a.sublevel:visited {
font-size: 11px;
line-height: 16px;
}
.button {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding-top: 2px;
padding-right: 4px;
color: #CCCCCC;
background-image: url('sectbhdr.gif');
background-repeat: repeat-x;
background-position: left top;
text-align: center;
padding-bottom: 2px;
padding-left: 4px;
border: 1px solid #999999;
font-weight: normal;
background-color: #333333
}


#box-table-a
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 8px;
    width: 98%;
    text-align: left;
    border-collapse: collapse;
}
#box-table-a th
{
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: #b9c9fe;
    border-top: 4px solid #aabcfe;
    border-bottom: 1px solid #fff;
    color: #039;
}
#box-table-a td
{
    padding: 8px;
    background: #e8edff; 
    border-bottom: 1px solid #fff;
    color: #669;
    border-top: 1px solid transparent;
}

