﻿body 
{
	color:#d0d0d0;
	background-color:#000000;
	font-family: Geneva, Arial, Verdana;
	font-size:11px;
	font-style:normal;
	line-height:18px;
	margin:0px;
}
a:link 
{   
  color: #ffbd06;
  /*color: #edea5e;*/
  text-decoration: none; 
}
a:visited 
{
  color: #ffbd06;   
  text-decoration: none; 
}
a:hover 
{
  color: #ffffff;  
  text-decoration: underline; 
}
a:active
{  
  color: #ffffff;
  text-decoration: underline; 
}


table.primaryContainer
{
	width:960px;
	margin-top:0px;
	padding:0px;
	
}
td.primaryBottomLeft
{	
	background-image:url(../Images/primaryBottomLeft.png);
	background-repeat:no-repeat;
	height:8px;
	width:8px;
}
td.primaryBottomRight
{
	background-image: url(../Images/primaryBottomRight.png);
	background-repeat:no-repeat;
	height:8px;
	width:8px;
}
td.primaryTopLeft
{
	background-image: url(../Images/primaryTopLeft.png);
	background-repeat:no-repeat;
	height:8px;
	width:8px;
}
td.primaryTopRight
{
	background-image: url(../Images/primaryTopRight.png);
	background-repeat:no-repeat;
	height:8px;
	width:8px;
}
td.subBottomLeft
{	
	background-image:url(../Images/subBottomLeft.png);
	background-repeat:no-repeat;
	height:4px;
	width:4px;
}
td.subBottomRight
{
	background-image: url(../Images/subBottomRight.png);
	background-repeat:no-repeat;
	height:4px;
	width:4px;
}
td.subTopLeft
{
	background-image: url(../Images/subTopLeft.png);
	background-repeat:no-repeat;
	height:4px;
	width:4px;
}
td.subTopRight
{
	background-image: url(../Images/subTopRight.png);
	background-repeat:no-repeat;
	height:4px;
	width:4px;
}
td.primaryLeft
{
	background-image: url(../Images/primaryLeft.png);
	background-repeat: repeat-y;
	width:8px;
}
td.primaryRight
{
	background-image: url(../Images/primaryRight.png);
	background-repeat: repeat-y;
	width:8px;
}
td.primaryTop
{
	background-image: url(../Images/primaryTop.png);
	background-repeat: repeat-x;
	width:944px;
}
td.primaryBottom
{
	background-image: url(../Images/primaryBottom.png);
	background-repeat: repeat-x;
	width:944px;
}
td.primaryMiddle
{
	background-color: #3c3c3c;	
}

td.boldText
{
	font-weight:bold;	
}

td.boldHeader
{
	font-weight:bold;
	font-size:14px;
}

td.largeHeader
{
	font-weight:bold;
	font-size:16px;
}