/*  ---content link style---   */

a:link, a:visited, a:active {
	font-weight: bold;
	color: #15958E;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

a:hover {
	font-weight: bold; 
	color: #78305E; 
	text-decoration: underline; 
	}
	

/*  ---Page forward and backward links---   */

#Page_Nav a:link, #Page_Nav a:visited{
	text-decoration: none;
	color: #797979;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;

	}

#Page_Nav a:hover {
	text-decoration: underline;
	color: #78305E;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

 .Section_Head_Title_page {
	font-family: "Impact", "Haettenschweiler", "Arial Black";
	font-size: 19px;
	color: #009999;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.1;
	border-bottom: 1px solid #84CECE;
	padding-bottom: 6px;

	}

	
.Section_Head {
	font-family: "Impact", "Haettenschweiler", "Arial Black";
	font-size: 19px;
	color: #009999;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	}
	
.Small_Head {
	font-family: Arial, Verdana, "sans serif";
	font-size: 14px;
	color: #78305E;
	margin-top: 8pt;
	margin-bottom: -8pt;
	font-weight: bold;
	line-height: 18px;
	margin-right: 1em;
	margin-left: 0em;
	padding: 0px;

	}
	
p {
	font-family: Arial, Verdana, "sans serif";
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	margin-bottom: -4px;
	}
	

.bulleted_content {
	font-family: Arial, Verdana, "sans serif";
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	margin-bottom: 6px;
	margin-right: 4px;
	margin-left: 0;
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
	padding: 0;
	}
	
.SUB_bulleted_content {
	font-family: Arial, Verdana, "sans serif";
	font-size: 10pt;
	color: #000000;
	line-height: 1.3em;
	}
	
.SUB_bulleted_content li{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0;
	padding: 0;
	list-style-position: outside;
	list-style: circle;
}

		
.footnote {
	font-family: Verdana, Arial, sans serif;
	font-size: .8em;
	color: #444444;
	line-height: 1.3em;
	margin-bottom: -5px;
	}
	
  
div.header, div.footer {
	width:100%;
	margin:0px;
	line-height:150%;
	padding:.5ex;
	color:white;
	background-color:#15958E;
	clear:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
/*  ---Main Navigation link styles left column---   */

#Nav_Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}

#Nav_Menu p {
	margin-top: 6px;
	margin-bottom: -6px;
	margin-right: 8px;
	text-align: left;
	line-height: 11pt;
}

#Nav_Menu a:link, #Nav_Menu a:visited {
	display: block;
	border-bottom: 1px solid #D6EFEF;
	padding-bottom: 4px;
	padding-top:4px;
	padding-left: 4px;
	padding-right: 3px;
	text-decoration: none;
	font-size: 9pt;
}

#Nav_Menu a:hover {
	color: #78305E; 
	text-decoration: none;
	background-color: #FBF9FB;
	border-bottom: 1px solid #B282A5;
	text-decoration: none;

}

/*  ---TABLE OF CONTENTS!!---   */

#TABLE_OF_CONTENTS a:link {
	diplay: block;
	padding: 12px;
	font-size: 11px;
	color: #15958E;
	line-height: 17px;
} 

	
#TABLE_OF_CONTENTS a:visited {
	color: #797979;
	diplay: block;
	font-size: 11px;
	padding: 12px;
	line-height: 17px;
	}
	
#TABLE_OF_CONTENTS a:hover {
	color: #78305E;
	diplay: block;
	font-size: 11px;
	padding: 12px;
	line-height: 17px;
} 

/*  --  SIDEBAR FORMATTING - USE DIV outside of UL TAGS---  */

#Sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.3em;
	}
	
	
	
#Sidebar ul {
	margin: 6px;
	padding: 5px 5px 5px 20px;
	list-style-image: url(images/arrow.gif);
}


#Sidebar li {
	margin-bottom: 6px;
}

.datatable td {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.floatRight {
	float: right;
	margin-left: 4px;
	margin-bottom: 4px;
	}
	
.charttext {
	font-family: Arial, Verdana, "sans serif";
	font-size: 9px;
	line-height: 13px;
	color: #003366;
	}

.clear {
	clear: both;
	}

/*  --  FORMATTING FOR ORDERED LISTS--  */

#Ordered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	}
	
#Ordered ol {
	margin: 5px;
	padding: 5px 5px 5px 20px;
}

#Ordered li {
	margin-bottom: 6px;
}

