body { 
    margin: 1px; 
    background-color: #fff; 
}

.border { 
    background-color: #fff; 
}

.l { 
    border-left: 1px dotted #ccc; 
}

.ll { 
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold; 
    font-size: 12px; 
}

.ll a { 
    color: #626262; 
    text-decoration: none; 
}

.ll a:hover { 
    color: #0099ff; 
    text-decoration: underline;
}

.head { 
    font-size: 12px; 
    padding: 5px; 
}

.main { 
    padding-left: 5px; 
    padding-top: 2px; 
}

.sub { 
    padding-left: 15px; 
}

.sub a { 
    font-weight: normal; 
}

.sel { 
    padding-left: 15px; 
}

.sel a { 
    font-weight: normal; 
    color: rgb(0,51,153); 
}

.sw { 
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 10px; 
    color: #292929; 
    padding-top: 10px; 
    padding-bottom: 10px;  
    background-color: #fff; 
    background-image: url(bo.gif); 
    background-repeat: repeat-x;
    border-right: 1px solid #fff;
}

.sw a { 
    color: #292929; 
    text-decoration: none; 
}

.swe { 
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 10px; 
    color: #292929; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    background-image: url(bu.gif); 
    background-repeat: repeat-x; 
    border-right: 1px solid #fff; 
}

.swe a { 
    color: rgb(0,51,153); 
    text-decoration: underline; 
}

.swe a:hover { 
    color: rgb(0,51,153); 
    text-decoration: underline; 
}

.gray { 
    background-color: #eee; 
}

.co { 
    font-family: Arial,Helvetica,sans-serif; 
    font-size: 10pt; 
}

.cop { 
    font-family: Arial,Helvetica,sans-serif; 
    font-size: 14pt;
    color: #0099ff; 
}


