body{ 
	background: #000000;
	color: #929292;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	line-height: 135%;
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
}

td{
	color: #feeccf;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	line-height: 135%;
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
}

td.padded{
	padding: 32px;
}

td.padded_light{
	padding: 3px;
}


a:link{
	background: transparent;
	color: #DCB96B;
	text-decoration: underline;
}

a:visited{
	background: transparent;
	color: #DCB96B;
	text-decoration: underline;
}
a:active{
	background: transparent;
	color: #c2b392;
	text-decoration: underline;
}

a.light_sm{
	color: #b49470;
}

a.dark{
	color: #000000;
	font-family: Trebuchet MS, Times New Roman, Serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

a.light{
	color: #646464;
	font-family: Trebuchet MS, Times New Roman, Serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	background: transparent;
	color: #f7eb65;
}

h2{
	color: #b49470;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

h2.tight{
	color: #b49470;
	letter-spacing: 0.01em;
	line-height: 1.1em;
	text-transform: uppercase;
}

h3{
	color: #CFAA80;
	letter-spacing: 0.14em;
	font-style: italic;
	font-family: Trebuchet MS, Times New Roman, Serif;
}

p.dark{
	color: #646464;
}

b.alert{
	color: #ff6633;
	letter-spacing: 0.01em;
}	

#light{
	color: #AAAAAA;
	font-family: Trebuchet MS, Times New Roman, Serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

#dark{
	color: #000000;
	font-family: Trebuchet MS, Times New Roman, Serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#gray{
	background-color: #222222;
	padding: 16px;
}

