body 
{
  /*background-image: url("../images/background.jpg");*/
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-position: center;

	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #d0d0d0;
	background-color: black;
         
	/*overflow-y: hidden;
	overflow-x: hidden;*/
	
	margin: 0px
}

a
{
	font-size: 13px;
text-decoration: none;	
	color: white;
}

h1, h2, h3, h4, h5, h6
{
    font-weight:bold;
    font-size:1.1em;
}


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
}