/* CSS Document */

/* Global Styles */
html, body
{
    margin: 5px;
    padding: 0;
    font-family: "Trebuchet MS", Arial, serif;
    font-size: 12px;
    color: #FFFFFF;
	background-color: #000000;
	text-align: center; 
}

a           
{
    text-decoration: none;
    color: #C5A802;
    font-weight: normal;
}

a:hover     
{
    text-decoration: underline;
	color: #C5A802;
} 
	   
img { border-width: 0; }

.lhtGrey { background: #1A1A1A; }
.gold { background: #C5A900; }

#leftNav
{
	margin: 10px 40px;
	line-height: 30px;
	text-align: left;
}
#leftNav a
{
	text-decoration: none;
	color: #FFFFFF;
}

#leftNav a:hover, #leftNav a.selected
{
	text-decoration: none;
	color: #C5A802;
}
.mainText
{
	font-weight: normal;
	background: #1A1A1A;
	width: 175px;
	margin: 10px 40px;
	text-align: left;
	padding: 10px;
	line-height: 22px;
}
.legalText
{
	font-weight: normal;
	background: #1A1A1A;
	width: 450px;
	margin: 10px 10px;
	text-align: left;
	padding: 10px;	
	line-height: 22px;
}
