/* DEFINE FONTS FOR HEADERS */
FONT.head1
	{
	font: 10pt "arial";
	font-weight: bold;
	color: #863C38;
	}
FONT.head2
	{
	font: 12pt "arial";
	font-weight: bold;
	color: #863C38;
	}
FONT.head3
	{
	font: 14pt "arial";
	font-weight: bold;
	color: #863C38;
	}


HR.defined
	{
	color: #00936e;
	height: 1pt;
	}

HR.defined2
	{
	color: #863C38;
	height: 2pt;
	}

/* DEFINE DIV.PARAGRAPHS STANDARD */
DIV.para
	{
	font-size: 10pt;
	font-family: verdana;
	margin-left: 12pt;
   	margin-right: 12pt;
  	line-height: 14pt;
	}





/* DEFINE TABLES, TABLE FONTS, and INSTRUCTION TABLES FOR STANDARD FORMS */
TD.10
	{
	font: 10pt "verdana";
	}
TD.10b
	{
	font: 10pt "verdana";
	font-weight: bold;
	}
TABLE.light
	{
	background: #CDB89A;
	font: 10pt "arial";
	}
TABLE.dark
	{
	background: #D38D86;
	font: 10pt "arial";
	}
FONT.table-dark
	{
	font: 10pt "arial";
	color: #6D2922;
	}
FONT.table-light
	{
	font: 10pt "arial";
	color: #000000;
	}
INPUT.color
	{
	background-color: #F7F2E6;
	}


