﻿body {
    background: #323159 url('/images/background.jpg') repeat-x;
    padding:0;
    margin:0; 
}
img
{
    border: 0px;
    display: block;
}
.body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f7071;
	line-height: 13px;
}
.body a:link 
{
    color: #6f7071;
}
.body a:visited 
{
    color: #6f7071;
}
.body a:hover 
{
    color: #414176;
}
.bodyBold 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6f7071;
	line-height: 13px;
}
.bodyBold a:link 
{
    color: #6f7071;
    text-decoration: none;
}
.bodyBold a:visited 
{
    color: #6f7071;
    text-decoration: none;
}
.bodyBold a:hover 
{
    color: #414176;
}
.title 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414176;
	font-weight: bold;
	text-transform: uppercase; 
	line-height: 20px;
}
.title a:link 
{
    color: #414176;
    text-decoration: none;
}
.title a:visited 
{
    color: #414176;
    text-decoration: none;
}
.title a:hover 
{
    color: #6f7071;
    text-decoration: none;
}
.header 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414176;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}
.header a:link
{
    color: #414176;
    text-decoration: none;
}
.header a:visited
{
    color: #414176;
    text-decoration: none;
}
.header a:hover
{
    color: #6f7071;
    text-decoration: none;
}
.footer 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
	line-height: 13px;
}
.footer a:link 
{
    color: white;
}
.footer a:visited 
{
    color: white;
}
.footer a:hover 
{
    color: #000;
}
.contentMargin {
    margin: 10px;
}
.leftShadow {
    width:9px; 
    background: transparent url('/images/shadow-left.png') repeat-y;
}
.rightShadow {
    width:9px; 
    background: transparent url('/images/shadow-right.png') repeat-y;
}
* html .leftShadow {
    width:9px; 
    background: 0;
}
* html .rightShadow {
    width:9px; 
    background: 0;
}
.sponsorCell {
    vertical-align: top;
    border:1px #cbcdcc solid;
    background: transparent url('images/ad_gradient.gif') repeat-x bottom;
} 
