/* DEFINE HR  */
HR.defined
	{
	color: #675788;
	height: 1pt;
	}

/* DEFINE HEADER FONTS */
Font.Head28
	{
	font-size: 28pt;
	font-family: curlz mt;
	font-color: #675788;
	}

Font.Head2
	{
	font-size: 14pt;
	font-family: times;
	font-color: #675788;
	}


/* DEFINE TD TAGS FOR FONTS */
TD.12
	{
	font-size: 12pt;
	font-family: times;
	}


TD.10
	{
	font-size: 10pt;
	font-family: arial;
	font-color: #000000;
	}


/* DEFINE DIV.PARAGRAPHS STANDARD */
DIV.para
	{
	font-size: 12pt;
	font-family: times;
	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 DEFINITION LISTS */
DT.defined
	{
	font: 11pt "arial";
	color: #000066;
	font-weight: bold;
	}
DD.defined
	{
	font: 10pt "arial";
	}


