BODY
	{
	background: white;
	color: black;
	font-family: "Tahoma", sans-serif;
	font-size: 10pt;
	text-decoration: none;
	}

/* Styles for hyperlinks */
A:link		{text-decoration: none;	color: #845911}
A:visited	{text-decoration: none;	color: #845911}
A:active	{text-decoration: underline; color: #FF0000}
A:hover		{text-decoration: underline; color: #FFD729}
/* Class for no underline, black text */
A.blacknounder:link		{text-decoration: none; color: #000000}
A.blacknounder:visited	{text-decoration: none; color: #000000}
A.blacknounder:active	{text-decoration: none; color: #000000}
A.blacknounder:hover	{text-decoration: underline; color: #000000}

P, TR, TD, TH, LI, OL, UL, BR, BLOCKQUOTE
	{
	font-size: 10pt;
	text-decoration: none;
	}

LI.sidebar	{ margin-left: -25px }
UL.sidebar	{ margin-top: -1px; margin-bottom: 12px; }
P.sidebar	{ margin-left: 25px }
DD.sidebar	{ margin-left:	10px; text-indent: -10px;}


/* Styles for headers */
h1, h2, h3, h4, h5, h6	{font-family: "Tahoma", sans-serif; font-weight: bold; text-decoration: none;}

h1	{font-size:	24px;}
	
h2	{font-size:	20px;}
	
h3	{font-size:	18px;}
	
h4	{font-size:	16px;}
	
h5	{font-size:	14px;}
	
h6	{font-size:	12px;}