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 "verdana";
	font-weight: bold;
	color: #CCCC99;
	}
FONT.head2
	{
	font: 12pt "verdana";
	font-weight: bold;
	color: #CCCC99;
	}
FONT.head3
	{
	font: 14pt "verdana";
	font-weight: bold;
	color: #CCCC99;
	}
FONT.head2red
	{
	font: 12pt "verdana";
	font-weight: bold;
	color: #660000;
	}

HR.defined
	{
	color: #660000;
	height: 1pt;
	}

FONT.normaltext
	{
	font-size: 10pt;
	font-family: verdana;
	}

TD.8Font
	{
	font-size: 8pt;
	font-family: verdana;
	}

TD.8aFont
	{
	font-size: 8pt;
	font-family: verdana;
	color: #ffffff;
	}

TD.9Font
	{
	font-size: 9pt;
	font-family: verdana;
	}

TD.10Font
	{
	font-size: 10pt;
	font-family: verdana;
	}

TD.11Font
	{
	font-size: 11pt;
	font-family: verdana;
	}

TD.12Font
	{
	font-size: 12pt;
	font-family: verdana;
	}


TD.HeadSmall
	{
	font-size: 10pt;
	font-family: verdana;
	font-weight: bold;
	vertical-align: bottom;
	align: left;
	}

TD.BodySmaller
	{
	font-size: 8pt;
	font-family: verdana;
	vertical-align: bottom;
	align: left;
	}


/* DEFINE DIV.PARAGRAPHS STANDARD */
DIV.para
	{
	font-size: 10pt;
	font-family: verdana;
	margin-left: 12pt;
   	margin-right: 12pt;
  	line-height: 14pt;
	}
DIV.para2
	{
	font-size: 10pt;
	font-family: verdana;
  	line-height: 14pt;
	}

DIV.para3
	{
	font-size: 10pt;
	font-family: verdana;
	margin-left: 12pt;
   	margin-right: 12pt;
	}

DIV.hang
	{
	text-indent: -1em;
	padding-left: 1em;
	font-size: 10pt;
	font-family: verdana;
  	line-height: 14pt;
	}



/* DEFINE DEFINITION LISTS */
DT.defined
	{
	font: 11pt "verdana";
	color: #666633;
	font-weight: bold;
	}
DD.defined
	{
	font: 10pt "verdana";
	}


