/* DEFINE FONTS FOR HEADERS */
FONT.head1
	{
	font: 10pt "arial";
	font-weight: bold;
	color: #AA5110;
	}
FONT.head2
	{
	font: 12pt "arial";
	font-weight: bold;
	color: #AA5110;
	}
FONT.head3
	{
	font: 14pt "arial";
	font-weight: bold;
	color: #AA5110;
	}


/* DEFINE TABLES, TABLE FONTS, and INSTRUCTION TABLES FOR STANDARD FORMS */
TABLE.light
	{
	background: #F1B208;
	font: 10pt "arial";
	}
TABLE.dark
	{
	background: #F6B272;
	font: 10pt "arial";
	}
FONT.table-dark
	{
	font: 10pt "arial";
	color: #AA5110;
	}
FONT.table-light
	{
	font: 10pt "arial";
	color: #F2E7CE;
	}
INPUT.color
	{
	background-color: #F2E7CE;
	}

