﻿a
{
    color:White;
}
body 
{
    margin:0px;
    background-color:#720000;
    border:0px;
}
.Box { background: url(/img/box-bg.gif) repeat; }
.BoxTop div  { background: url(/img/box-top-left.gif) no-repeat top left; }
.BoxTop      { background: url(/img/box-top-right.gif) no-repeat top right; }
.BoxBot div  { background: url(/img/box-bottom-left.gif) no-repeat bottom left; }
.BoxBot      { background: url(/img/box-bottom-right.gif) no-repeat bottom right; }

.BoxTop div, .BoxTop, .BoxBot div, .BoxBot {    
    height: 10px;
    font-size: 1px;
}
.BoxContent  { margin: 0 10px; text-align:left }
.CategoryBox
{
    background-color:#C60000;
    padding:0px;
    color:White;
}
h1
{
    font-size:16px;
    font-weight:bold;
    margin:0px 0px 5px 0px;
}
h2
{
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 5px 0px;
}
#Logo
{
    margin:20px;
}
.Header div
{
    position:absolute;
    left:390px;
    top:50px;
    text-align:right;
    width:600px;
}
.Header .textbox
{
    font-size:9px;
}
.Main
{
    background-image:url(/img/bg.jpg); 
    background-repeat:no-repeat;
    width:1000px;
}
.Main td
{
    
}
.Paging a
{
    height:10px;
    background-color:#720000;
    padding:4px;
    color:White;
    font-weight:bold;
}
.Red
{
    color:Red;
}
.SearchBox
{
    background-image:url(/img/bg-searchbox.jpg);
    background-repeat:no-repeat;
    margin-top:25px;
    padding:5px;
    height:73px;
}
.Sep
{
    border: 0;
    height: 1px;
    color: #C60000;
    background-color: #C60000;
}
table
{
    border-collapse:collapse;
}
td
{
    font-family:Verdana;
    font-size:12px;
    color:White;
}
.textbox
{
    background-color:White;
    border:1px solid #770000;
    width:300px;
    padding-left:4px;
}
.TopMenu
{
    margin:4px 10px 0px 15px;
}
.Trail
{
    color:White;
}
.Trail a
{
    color:White;
    text-decoration:none;
}
.Trail a:hover
{
    text-decoration:underline;
}
.YellowStrip
{
    background-image:url(/img/bg-yellow.jpg); 
    background-repeat:no-repeat;
    height:18px;
}