body {
	background-color:#000000;
	
	margin-top:20px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
body, a, div, span, p, th, td, h1, h2, h3, h4, h5, h6 {
	font-family:verdana;
}
body, a, div, span, p, th, td {
	font-size:11px;
}
.rowT { /* tr | td */
	vertical-align:top;
}
.rowB { /* tr | td */
	vertical-align:bottom;
}

/* main display container */
.appContainer {
	width:750px;
	background-color:#000;
}
.mainContainer {
	width:744px;
}

/* border */
.borderV, .borderH {
	height:3px;
	font-size:1px;
	background-color:#000;
}
.borderV {
	width:3px;
}
.borderH {
	width:744px;
	height:3px;
}

/* Copyright - Legal */
.copyrightContainer {
	width:744px;
	height:24px;
}

.copyright {
	width:744px;
	height:20px;
}
a.legal:hover {
	text-decoration:underline;
}

.RedLink
{
	color:Red;
	text-decoration:none;
}

.WhiteLink
{
	color:white;
	font-size: 7pt;
	text-decoration:none;
}

.footerL, .footerR, a.legal {
	font-size:10px;
	color:#FFF;
}
.footerL {
	width:372px;
	height:20px;
	text-align:left;
	vertical-align:middle;
}
.footerR {
	width:372px;
	height:20px;
	text-align:right;
	vertical-align:middle;
}


/* logo, message and login */
.logo, .message {
	text-align:right;
	width:200px;
}
.logo {
	height:50px;
}
.message {
	height:204px;
	background-color:#000;
}



form {
	margin:0px;
	padding:0px;
}

.loginCell 
{
	color:White;
	font:normal 10px verdana;
	line-height:10px;
}
.feLogin { /* input */
	
	height:18px;
	font:normal 10px verdana;
	border-top:2px solid #666;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	border-left:2px solid #666;
}

.saveLogin 
{
	color:White;
	text-decoration:underline;
	font-size:10px;
}
.loginButton {
	text-align:right;
}




#switchboardContainer {
	position:relative;
	width:540px;
}

/* Navigation */
#navContainer {
	position:absolute;
	left:50px;
	top:4px;
}
.navSubItemContainer { /* div */
	background-color:#DDD;
}
.navSubItem {
	font:bold 11px verdana;
	color:#000;
	letter-spacing:-0.2mm;
	text-decoration:none;
}
a.navSubItem:hover {
	text-decoration:none;
}

.BarCell
{
	background-image: url(/img/frontpage/bar.gif);
	background-repeat: repeat-x;
}

.Mastertable
{
	background-position: right bottom;
	background-image: url(/img/frontpage/info_symbol.gif);
	background-repeat: no-repeat;
}

.MarketingTable
{
	font-size: 9pt;
	font-family: Verdana;
}

.MarketingCellCenter
{
	padding-right: 8px;
	padding-left: 8px;
	border-left: gray 1px solid;
	color: gray;
}

.MarketingCellLeft
{
	padding-right: 8px;
	padding-left: 8px;
	color: gray;
}

.RedCellCenter
{
	text-decoration:none;
	padding-right: 8px;
	padding-left: 8px;
	border-left: gray 1px solid;
	color: red;
}

.RedCellLeft
{
	text-decoration:none;
	padding-right: 8px;
	padding-left: 8px;
	color: red;
}

.PhonePosition
{
	left: -8px;
	position: relative;
}

.FooterCell
{
	padding-top:3;
	font-weight: bold;
	font-size: 7pt;
	color: white;
}