A:link { text-decoration: none }
A:active { text-decoration: none }
A:visited { text-decoration: none }
A:hover { text-decoration: underline }


/* DEFINE FONTS FOR HR */
HR.defined
	{
	color: #D58C4D;
	height: 1pt;
	}

HR.black
	{
	color: #000000;
	height: 1pt;
	}

/* DEFINE FONTS */
Font.Font9
	{
	font-size: 9pt;
	font-family: garamond;
	color: #D98F4F;
	}

Font.Font10
	{
	font-size: 10pt;
	font-family: garamond;
	color: #D98F4F;
	}

Font.Font11
	{
	font-size: 11pt;
	font-family: garamond;
	color: #D98F4F;
	}

Font.Font12
	{
	font-size: 12pt;
	font-family: garamond;
	color: #D98F4F;
	}

/* DEFINE FONTS FOR TD */
TD.Font9
	{
	font-size: 9pt;
	font-family: garamond;
	color: #D98F4F;
	}

TD.Font10
	{
	font-size: 10pt;
	font-family: garamond;
	color: #D98F4F;
	}

TD.Font11
	{
	font-size: 11pt;
	font-family: garamond;
	color: #D98F4F;
	}

TD.Font12
	{
	font-size: 12pt;
	font-family: garamond;
	color: #D98F4F;
	}

/* DEFINE DIV.PARAGRAPHS */
DIV.para
	{
	font-size: 12pt;
	font-weight: bold;
	font-family: garamond;
	margin-left: 16pt;
	margin-right: 16pt;
 	line-height: 20pt;
	color: #D98F4F;
	}

