/* Global CSS Stylesheet */

/* Standard font within page body */

.bodytext
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
	line-height: normal;
    color: #171717;
    text-align: left;
}

/* Headers */

H1	{	
	font-family: Lucida Sans Unicode, Verdana, sans-serif;
	font-size:	12pt;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	color: #3F5F31;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #3F5F31;
	background-color:#E0E0E0	
	}	
		
H3	{	
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #000000;
	}	
	
.tabletitle
{
    BACKGROUND-COLOR: #E4E8E3;
	color: #000000;
    FONT-FAMILY: Geneva, Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
     
}

.fnote
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Geneva, Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
	line-height: normal;
    color: #000000;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
     
}



/* Assigns Style Footnote and Small Navigation text */
.top
{
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration:	none;
}
/* Assigns Navigation Bar text */
.toc
{
	font-size: 9pt;
	font-family: Lucida Sans Unicode, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	color:	#3F5F31;
}
.toc a:link  
{
	color:	#3F5F31;
	
}
.toc a:hover  
{
	color:	#3F5F31;
	background-color: #E4E8E3;
	
}

.toc a:visited  
{
	color:	#3F5F31;
}

		
/* Regular Hyperlink Style */
A:link	{	
	text-decoration:	underline;
	color:	#3F5F31;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#3F5F31;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#3F5F31;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#3F5F31;
	background-color: #E4E8E3;
	}
	
/* BLOCKQUOTE and Lists Styles */	
BLOCKQUOTE	{	
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    COLOR: #000000;
	}	

	
UL LI	{	
	
	list-style-type:disc;
	list-style-position: outside;	
	margin-left:-20;
	padding-left: -20;
	
	}	

UL LI LI	{	
	list-style-type:circle ;
	list-style-position: outside;	
	margin-left:-20;
	padding-left: -20;
	}	

	

/* style for table row used to divide sections more like a line than anything else*/
.blank {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	line-height : 6px;
	background-color: #727AE0;
}

.thleft {
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
	line-height: normal;
    color: #171717;
}
.thleft2 {
	BACKGROUND-COLOR: #ffffff;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: normal;
	text-align: left;
	line-height: normal;
	color: #171717;
}

.header1 {
	BACKGROUND-COLOR: #ffffff;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: normal;
	line-height: normal;
	color: #171717;
	text-align: right;
	vertical-align: bottom;
}


.subhead_l {
	BACKGROUND-COLOR: #E4E8E3;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: normal;
	line-height: normal;
	color: #171717;
	text-align: left;
	vertical-align: bottom;
}


.subhead {
	BACKGROUND-COLOR: #E4E8E3;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: normal;
	line-height: normal;
	color: #171717;
	text-align: right;
	vertical-align: bottom;
}

