body {
	font : 400 10pt Geneva, Arial, Helvetica, sans-serif;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background-position : center bottom;
	background-repeat : repeat-x;
	background-attachment : fixed;
	background-color: #000000;
	color: #FFFFCC;
	background-image: url(images/background.jpg);



}

H1 {
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	font-size: 14pt;
}

H2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12pt;
}

H3 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
	
A:link {
	color: #009900;
	font-weight: bold;
	text-decoration: none
	}

A:visited {
	color: #009900;
	font-weight: bold;
	text-decoration: none
	}
	
A:active {
	color: #009900;
	font-weight: bold;
	text-decoration: none
	}
	
A:hover {
	color:  #009900;
	font-weight: bold;
	text-decoration: underline
	}
	
input {
	border: 1px solid #FCD127;
	background-color: #FAF2D8;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt
}

textarea {
	border: 1px solid #FCD127;
	background-color:  #FAF2D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt
}	

INPUT,SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    border:1px #FCD127;
    background:  #FAF2D8
    }


table {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;


}

