BODY
{
  	color: 				white;
  	background-color: 	black;
  	font-size: 			8pt;
} 

div, th, tr, table, font, li, ul, form, b, i, h1, h2, h3, h4, font
{
  	font-family: 		verdana, arial, sans-serif; 
  	font-size: 			10pt;
  	color: 				#AAAAAA;
} 

h1 
{
  font-size:         14pt; 
  font-weight:      normal;
  text-align:       left; 
  letter-spacing:     6px; 
  padding-top:       5px;
  padding-bottom:    0px; 
  margin-left:       6px;
  margin-right:      2px; 
  color:  white;
}

h1:first-letter
{
  color:      #d5ae83;
  font-style: normal;
  font-size:  24pt;
}

h2 
{
  font-size:         10pt; 
  font-weight:      normal;
  text-align:       right; 
  letter-spacing:     6px; 
  padding-top:       15px;
  padding-bottom:    12px; 
  margin-left:       16px;
  margin-right:      40px; 
  background-color: #333333;
  color:  white;
}

h2:first-letter
{
  color:      #d5ae83;
  font-weight: normal;
  font-size:  16pt;
}

h3 
{
	font-size:         10pt;
	font-weight:      normal;
	text-align:       left;
	letter-spacing:     2px;
	color:  white;
}

h3:first-letter
{
  color:      #d5ae83;
  font-weight: bold;
  font-size:  12pt;
}

h4 
{
  font-size:         10pt; 
  font-weight:      normal;
  text-align:       center; 
  letter-spacing:     4px; 
  padding-top:       15px;
  padding-bottom:    12px; 
  margin-left:       16px;
  margin-right:      40px; 
  background-color: #333333;
  color:  white;
}

h4:first-letter
{
  color:      #d5ae83;
  font-weight: normal;
  font-size:  16pt;
}
a 
{
  	font-size:        	9pt; 
  	font-weight:      	bold;
  	text-align:       	center;
  	letter-spacing:		3px; 
  	color:        		#AAAAAA;
  	text-decoration: 	none;
}

a:hover  				{ color: #FFCC00; }  
a:active 				{ color : #666666; }

a.hidden {
	font-size:         	10pt;
	font-weight:      	bold;
	text-align:       	left;
	letter-spacing: 	2px;
	color:  			white;
}

a.hidden:first-letter
{
  color:      			#d5ae83;
  font-weight: 			bold;
  font-size:  			12pt;
}

a.hidden:visited {
}

a.hidden:hover {
	color: #AAAAAA;
}

a.hidden:active {
  color: #FFFFFF;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}