h1 {
		color: #FEA905;
	  	font-size : 12pt;
		font-family : verdana,helvetica,arial;
	}
h2 {
		color: #FEA905;
	  	font-size : 10pt;
		font-family : verdana,helvetica,arial;
	}
a {
		color: #FEA905;
		text-decoration : underline;
	}

A:Visited 	
	{
		color: #FEA905;
		text-decoration : underline;

	}

A:Hover
  	{
		color: #FE7405;
		text-decoration : underline;
	}

INPUT
	{
	  	font-size : 10pt;
		font-family : verdana,helvetica,arial;
		line-height : 1;
		padding-top : 1;
		padding-bottom : 1;
	}

TD
	{
	  	font-size : 10pt;
		font-family : verdana,helvetica,arial;
		color : white;
	}

SELECT    
	{
	  	font-size : 10pt;
		font-family : verdana,helvetica,arial;
		line-height : 1;
		padding-top : 1;
		padding-bottom : 1;
	}

TEXTAREA  
	{
	  	font-size : 10pt;
		font-family : verdana,helvetica,arial;
	     	line-height : 1;
     		padding-top : 1;
		padding-bottom : 1;
	}

BODY 
	{
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-color: black;
	font-size : 10pt;
	font-family : verdana,helvetica,arial;
	color : #ffffff;
	margin: 0px;
	padding: 0px;

	}
	


.pagename {
	font-size: 14pt;
	font-weight: bold;
}
.menubutton {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}
