<STYLE>		/* PLEASE NOTE THAT CSS DOCS ARE CASE SENSITIVE AND CANNOT CONTAIN AN UNDERSCORE (_) FOR NAMING PURPOSES*/
		p  {


		}

		H1  {}

		H2  {}

		H3  {}

		A  {
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : #0C3D02;
			font-size : 11px;
		}

		A:hover  {
			color : #CEFF63;
		}

		A:visited:  {

		}

		A:visited:hover  {

		}

		TD {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size:10px;
		}



		body  {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size:10px;
			text-decoration:none;
			background-image : url(images/photo_background.gif);
			background-position : left top;
			background-repeat : no-repeat;
			background-attachment: fixed;
			margin : 0;
			background-color : #9FAF4F;
		}
		
		.header {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size:11px;
			text-decoration:none;
			font-weight : bold;
		}
</STYLE>