#content{
    width: 580px;
    font-family: arial;
    font-size: 10pt;
    padding: 5px 20px;
}
#content/* */{width: 540px;}
#content #printer{
    color: #A2946D;
    font-weight: bold;
}
#content a{
    color: #A2946D;
    font-size: 12.5px;
    font-weight: bold;
    text-decoration: none;
}
#content a:hover{
    color: #A2960D;
    text-decoration: underline;
}
#content ul{
    list-style-type: none;
}
#content h1{
    font-size: 14pt;
}
#content h2{
    font-size: 9pt;
}
#content h3{
    font-size: 8pt;
    text-align: right;
    font-style: italic;
    font-weight: normal;
}
#content td, th{
    text-align: center;
    font-size: 9pt;
    padding: 2px;
}
#content td.product{
    text-align: left;
/*    vertical-align: center;*/
    padding: 0px 10px;
}
#content td.dark{
    background: #BBB;
    font-weight: bold;
}
#content td.duty{
    text-align: left;
    vertical-align: top;
    padding: 10px;
}
#content td.rbb, th.rbb{
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
#content td.rb, th.rb{
    border-right: 1px solid #000;
}
#content td.bb, th.bb{
    border-bottom: 1px solid #000;
}
#content td.border{
    border: 1px solid #000;
}
#content .cur{
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #A2946D;
    cursor: default;
}
#content span.new{
    color: #FF0000;
    font-weight: bold;
}