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: 11pt "arial";
	font-weight: bold;
	color: #993366;
	}
FONT.head2
	{
	font: 12pt "arial";
	font-weight: bold;
	color: #993366;
	}
FONT.head3
	{
	font: 14pt "arial";
	font-weight: bold;
	color: #993366;
	}

FONT.legal
	{
	font: 8pt "arial";
	color: #993366;
	}

UL.links
	{
	margin: 0;
	padding: 0;
	}
LI.links
	{
	font-size: 10pt;
	font-family: arial;
	list-style-type: square;
	margin-left: 12pt;
  margin-right: 12pt;
  line-height: 14pt;
	}

UL.links2
	{
	margin: 0;
	padding: 0;
	}
LI.links2
	{
	font-size: 8pt;
	font-family: arial;
	list-style-type: square;
	margin-left: 12pt;
  margin-right: 12pt;
  line-height: 14pt;
	}

HR.defined
	{
	color: #993366;
	}

HR.defined2
	{
	color: #006633;
	}

HR.thin
	{
	color: #006633;
	height: 1px;
	}

TD.10
	{
	font-size: 10pt;
	font-family: arial;
	}

/* 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.hang
	{
	text-indent: -1em;
	padding-left: 1em;
	font-size: 10pt;
	font-family: arial;
  	line-height: 14pt;
	}

/* DEFINE DIV.PARAGRAPHS SPECIALS */
DIV.specials
	{
	width: 368px;
	border: 4px solid BDC2D5;
	background: #ffffcc;
	font-size: 9pt;
	font-family: arial;
	}
	


/* DEFINE DEFINITION LISTS */
DT.defined
	{
	font: 11pt "arial";
	color: #993366;
	font-weight: bold;
	}
DD.defined
	{
	font: 10pt "arial";
	}


