﻿
* { margin: 0; padding: 0; }

body
{
    background: #1B1B1B url(../Images/bkgd_Page.jpg) repeat-x top left;
    font-family: Trebuchet MS, Tahoma, Helvetica, Arial, Verdana;
    font-size: 11px;
    letter-spacing: .03em;
    line-height: 1.3em;
    color: #FFFFFF;
}     

h1
{
    font-family: HeliosCondLight, Arial Narrow, Helvetica, Verdana;
    font-size: 15px;
    font-weight: normal;
    color: #BBBBBB;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}    

h2
{
    font-family: HeliosCondLight, Arial Narrow, Helvetica, Verdana;
    font-size: 150%;
    font-weight: normal;
    color: #BBBBBB;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}

a
{
    color: #cccccc;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

.divide_red
{
    border-top: solid 1px #73253B;
    height: 1px;
    overflow: hidden;
    margin: 3px 1px 3px 1px;      
}

.divide_dashed
{
    border-top: dashed 1px #222222;
    height: 1px;
    overflow: hidden;
    margin: 3px 1px 3px 1px;      
} 

img
{
    border: none;
}
