A:link { text-decoration: none }
A:active { text-decoration: none }
A:visited { text-decoration: none }
A:hover { text-decoration: underline }


/* DEFINE FONTS FOR HEADERS */
FONT.head1
	{
	font: 10pt "arial";
	font-weight: bold;
	color: #996600;
	}
FONT.head2
	{
	font: 12pt "arial";
	font-weight: bold;
	color: #996600;
	}
FONT.head3
	{
	font: 14pt "arial";
	font-weight: bold;
	color: #696942;
	}

FONT.left
	{
	font: 9pt "arial";
	font-weight: bold;
	color: #E2B232;
	}

HR.defined
	{
	color: #996600;
	height: 1pt;
	}

TD.7Font
	{
	font-size: 7pt;
	font-family: arial;
	}

TD.8Font
	{
	font-size: 8pt;
	font-family: arial;
	}

TD.Font8a
	{
	font-size: 9pt;
	font-family: arial;
	color: #E2B232;
	font-weight: bold;
	}

TD.8aFont
	{
	font-size: 8pt;
	font-family: arial;
	color: #ffffff;
	}

TD.9Font
	{
	font-size: 9pt;
	font-family: arial;
	}

TD.10Font
	{
	font-size: 10pt;
	font-family: arial;
	}

TD.11Font
	{
	font-size: 11pt;
	font-family: arial;
	}

TD.12Font
	{
	font-size: 12pt;
	font-family: arial;
	}


TD.HeadSmall
	{
	font-size: 10pt;
	font-family: arial;
	font-weight: bold;
	vertical-align: bottom;
	align: left;
	}

TD.BodySmaller
	{
	font-size: 8pt;
	font-family: arial;
	vertical-align: bottom;
	align: left;
	}


/* DEFINE DIV.PARAGRAPHS STANDARD */
DIV.para
	{
	font-size: 10pt;
	font-family: arial;
	margin-left: 12pt;
   	margin-right: 12pt;
  	line-height: 14pt;
	}
DIV.para2
	{
	font-size: 10pt;
	font-family: arial;
  	line-height: 14pt;
	}

DIV.para3
	{
	font-size: 10pt;
	font-family: arial;
	margin-left: 12pt;
   	margin-right: 12pt;
	}

DIV.hang
	{
	text-indent: -1em;
	padding-left: 1em;
	font-size: 10pt;
	font-family: arial;
  	line-height: 14pt;
	}



/* DEFINE DEFINITION LISTS */
DT.defined
	{
	font: 11pt "arial";
	color: #000066;
	font-weight: bold;
	}
DD.defined
	{
	font: 10pt "arial";
	}


