<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body 
{
    background-image: none;
    background-color: transparent;
}

.top_fixer
{
    background-image: none;
    background-color: transparent;
    border-top:10px solid #cc171e;
    padding-top:10px;
    width:942px;
}

.prod_listing .prod .title
{
    display:block;
    clear:both;
    background-image: none;
    font-family:Verdana;
    font-weight: bold;
    font-size:15px;
    color:#002458;
    background-color:White;
    padding:0px 0px 15px 0px;
}


.prod_table
{
    width:100%;
    font-family:Verdana;
    font-size:11px;
    border-right:1px solid #666;
    border-bottom: 1px solid #666;
    border-left:0px;
    border-top:0px;
}

.prod_table th
{
    background-color: #747474;
    color:White;
    padding:3px;
    border-left:1px solid #666;
    border-top: 1px solid #666;
}

.prod_table td
{
    background-color: #e7e8ea;
    border-left:1px solid #666;
    border-top: 1px solid #666;
    border-right:0px;
    border-bottom:0px;
    padding:3px;
}

</pre></body></html>