﻿body
{
	font-family: Trebuchet MS;
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background-color: Black;
}

#outtertube
{
	background-color: Transparent;
	width: 100%;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:20px;
}



.maincontainer
{
    width: 980px;
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid White;
    margin-bottom: 20px;
}

.topheadcell
{
    background-color: #A9A9A9;
    font-size: 18px;
    font-weight: bold;
    color: White;
    padding:6px;
    background: url(bluedefault.gif) center top repeat-x;
}

.headcell
{
	/*background-image: url('logo.jpg');*/
	background-position:center center;
	background-repeat: no-repeat;
	background-color:Black;
	height: 240px;
	text-align:right;
	padding-right:0px;
	vertical-align:bottom;
}

.bodycell
{
	padding: 5px 20px 5px 20px;
}

.footcell
{
	background-color:#A9A9A9;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background: url(bluedefault.gif) center bottom repeat-x;
}

hr
{
	color:#A9A9A9;
}

a:hover
{
    color:Green;
}
a
{
    color:Black;
}