BODY
{
    margin: 0;
    background-color: #98293A;
}

TABLE
{
    background-color: #FFFFFF;
}

A
{
    text-decoration: none;
}

a:Visited
{
	text-decoration: none;
}

a:Hover
{
    text-decoration: none;
}

.PageHeader
{
    font-weight: bold;
    font-size: 50px;
    font-style: oblique;
    font-family: Times New Roman, Arial, sans-serif;
    color: #98293A;
    margin: 15px;
}

.PageTitle
{
    font-weight: bold;
    font-size: 25px;
    font-family: Times New Roman, Arial, sans-serif;
    color: #98293A;
    margin: 0px;
}

.ContentTitle
{
    font-weight: bold;
    font-size: 18px;
    font-family: Times New Roman, Arial, sans-serif;
    color: #B22222;
    margin: 0px;
    border-bottom-width: 2px;
    border-bottom-color: #DAA520;
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}

.Content
{
    font-weight: normal;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    color: #666666;
    margin: 0px;
}

.ContentLink
{
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
    color: #000000;
    margin: 0px;
}

.ContentLink:Visited
{
    color: #000000;
}

.ContentLink:Hover
{
    color: #98293A;
}

.ListItems
{
    color: #DAA520;
    list-style-type: disc;
}

.SoftTitle
{
    font-weight: bold;
    font-size: 14px;
    font-family: Times New Roman, Arial, sans-serif;
    color: #98293A;
    margin: 0px;
}

.MoreLink
{
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    font-family: Times New Roman, Arial, sans-serif;
    color: #98293A;
    margin: 3px;
    text-align: right;
}

.MoreLink:Visited
{
    color: #98293A;
}

.MoreLink:Hover
{
    font-weight: bold;
}

.IndexQuote
{
    font-weight: bold;
    font-size: 60px;
    font-family: Times New Roman, Arial, sans-serif;
    color: #FFFFFF;
    background-color: #98293A;
    line-height: 80px;
    padding-bottom: 10px;
}

.TopMenu
{
    font-weight: bold;
    font-size: 8px;
    font-family: Verdana, Arial, sans-serif;
    line-height: 15px;
    height: 15px;
    color: #FFFFFF;
}

.TopMenu:Visited
{
    color: #FFFFFF;
}

.TopMenu:Hover
{
    color: #828282;
}

.LeftMenuHeader
{
    font-weight: normal;
    font-size: 18px;
    font-family: Times New Roman, Arial, sans-serif;
    color: #98293A;
    margin: 0px;
}

.LeftMenuLink
{
    font-weight: bold;
    font-size: 9px;
    font-family: Verdana, Arial, sans-serif;
    color: #A4A4A4;
    margin: 0px;
}

.LeftMenuLink:Visited
{
    color: #A4A4A4;
}

.LeftMenuLink:Hover
{
    color: #000000;
}

.BorderTopHeight
{
    line-height: 5px;
    font-size: 5px;
    height: 5px;
}

.BorderTop
{
    background: url("./images/Border_Top.gif");
}

.BorderLeft
{
    background: url("./images/Border_Left.gif");
}

.BorderRight
{
    background: url("./images/Border_Right.gif");
}

.ButtonBorderBottomHeight
{
    line-height: 8px;
    font-size: 8px;
    height: 8px;
}

.ButtonBorderBottom
{
    background: url("./images/Button_Border_Bottom.gif");
}

.ButtonBorderRight
{
    background: url("./images/Button_Border_Right.gif");
}

.LineSpacers
{
    line-height: 3px;
    font-size: 3px;
    height: 3px;
}

.RedBarBackground
{
    height: 15px;
    background: url("./images/Red_Bar_Background.gif");
}

.BlackBackground
{
    background-color: #000000;
}

.Filler
{
    height: 100%;
}

.NoHeight
{
    height: 1px;
}