/* Standard Style Sheet */


/* Default Font - Gill Sans MT or Similar Sans Sefrif */

/* Background - White */

/* Headings Colour - Dark Red */
/* Red - 227 (E3) */
/* Green - 108 (6C) */
/* Blue - 10 (0A) */

/* Text Colour - Grey* /
/* Red - 89 (59) */
/* Green - 89 (59) */
/* Blue - 89 (59) */


body	{font-family:Berlin Sans FB, Arial, sans-serif;
	 text-align:justify;
	 color: #595959;
	 background: #FFFFFF}

h1	{font-family:Castellar, Arial, sans-serif;
	 font-weight: bold;
	 color: #E36C0A}

h2	{font-family:Berlin Sans FB Demi, Arial, sans-serif; 
	 font-weight: bold;
	 font-size: 100%;
	 color: #E36C0A}

h3	{font-family:Berlin Sans FB, Arial, sans-serif; 
	 font-weight: bold;
	 font-size: 100%;
	 color: #E36C0A}

