body 
{

    font-family: Tahoma, Arial;
    font-size: 13px;
    color: black;
    background-color: /*#f6f8f9*/ white;
         
    /*overflow-y: hidden;
    overflow-x: hidden;*/
    
    margin: 0px
}

a
{
    font-size: 13px;
text-decoration: none;	
    color: black;
}

h1, h2, h3, h4, h5, h6
{
    font-weight:bold;
    font-size:1.1em;
    color:Black;
}


a:hover
{
    color: #e22a00
}

.red
{
    color: #e22a00
}
.red a
{
    font-weight: bold;
    color: #e22a00
}

td
{
    /*font-size: 13px;
    color: white;*/
}

#header
{
    text-align: center;
}

#content
{
    text-align: center;
}

#standardTable
{
    border: 0px;
    padding: 0;
    border-spacing: 0;
}

#standardTable.td
{
    vertical-align: baseline;
}

#newDealDiv
{
       position: absolute;

       bottom: 0px;
       left: 0px;
       height: 20px;
    text-align: center;
    font-size: 10px;
}

.smallText
{
    font-size: 10px;
}

.smallLink
{
    font-size: 10px;
/*text-decoration: none;	
    color: white;*/
}

.grayText
{
    color: gray
}

#splash
{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    background:url("/images/splashsmall.jpg") 0 0 no-repeat;
    width:650px;
    height:433px;
}

#splash:hover
{
    background-position:0 -433px;
}
