
a:link
	{
	color: #FFFFCA;
	text-decoration: underline;
	}
	
a:visited
	{
	color: #FFFFCA;
	text-decoration: underline;
	}
	
a:hover
	{
	color: #D9A300;
	font-weight: bold;
	font-size: 1em;
	text-decoration: underline;
	} 

a.orange:link
 {
  text-decoration: underline;
  color: #D9A300;
 }
 
 a.orange:visited
 {
  text-decoration: underline;
  color: #D9A300;
 }
 
 a.orange:hover
 {
  text-decoration: underline;
  font-weight: bold;
  font-size: 1em;
  color: #FFFFCA;
 }
	
 a.orange:active
 {
  text-decoration: none;
  font-weight: bold;
  color: #D9A300;
 }
	
html
	{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	}

body
	{
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Lucida sans, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #000000;
	color: #D9A300;
	}
td {
	font-family: Verdana, Arial, Helvetica, Lucida sans, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
