@charset "utf-8";
/* CSS Document */

p
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	}


h1 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#8CC63F;
	}
	
h2 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:400;
	color:#F08B1D;
	}
	
h3
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#888888;
	}
	

	
/* Main nav text styles  */
	
.main_nav_text
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	font-weight:600;
	}
	
.main_nav_text a:link
	{
	text-decoration:none;
	color:#666666;
	}
	
.main_nav_text a:hover
	{
	text-decoration:none;
	color:#8CC63F;
	}
	
.main_nav_text a:visited
	{
	text-decoration:none;
	color:#666666;
	}
	
.main_nav_text a:hover,visited
	{
	text-decoration:none;
	color:#8CC63F;
	}
	
/* Secondary nav text styles  */
	
	
.secondary_nav_text
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:600;
	}
	
.secondary_nav_text a:link
	{
	text-decoration:none;
	color:#666666;
	}
	
.secondary_nav_text a:hover
	{
	text-decoration:none;
	color:#F08B1D;
	}
	
.secondary_nav_text a:visited
	{
	text-decoration:none;
	color:#666666;
	}
	
.secondary_nav_text a:hover,visited
	{
	text-decoration:none;
	color:#F08B1D;
	}
	
	
/* Home page topic links  */
	
	
.green_text_16 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	/*color:#8CC63F;*/
	text-align:center;
	}
	
.green_text_16 a:link
	{
	color:#666666;
	/*color:#8CC63F;*/
	text-decoration:none;
	}
	
.green_text_16 a:hover
	{
	color:#F08B1D;
	text-decoration:none;
	}

.green_text_16 a:visited
	{
	color:#666666;
	/*color:#8CC63F;*/
	text-decoration:none;
	}	
	
.green_text_16 a:hover, visited
	{
	color:#F08B1D;
	text-decoration:none;
	}
	
	
/* footer text */



.footer_text 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	}
	

.footer_text a:link 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-decoration:none;
	}
	
.footer_text a:hover 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-decoration:underline;
	}
	
.footer_text a:visited 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-decoration:none;
	}
	
.footer_text a:hover,visited 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-decoration:underline;
	}

/* Styles for text in tables  */	
	
.table_heading_text 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-top:solid 1px #8CC63F;
	border-left:solid 1px #8CC63F;
	}
	
.table_heading_text_right 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-top:solid 1px #8CC63F;
	border-left:solid 1px #8CC63F;
	border-right:solid 1px #8CC63F;
	}
	
.table_text 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top:solid 1px #8CC63F;
	border-left:solid 1px #8CC63F;
	}
	
.table_text_right 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top:solid 1px #8CC63F;
	border-left:solid 1px #8CC63F;
	border-right:solid 1px #8CC63F;
	}
	
.table_text_bottom 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top:solid 1px #8CC63F;
	border-left:solid 1px #8CC63F;
	border-bottom:solid 1px #8CC63F;
	}
	
.table_text_bottom_right 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top:solid 1px #8CC63F;
	border-left:solid 1px #8CC63F;
	border-right:solid 1px #8CC63F;
	border-bottom:solid 1px #8CC63F;
	}
	
ul
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	margin-top:0px;
	}
	
ol
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	margin-top:0px;
	}

li
	{
	margin-left:-25px;
	}
	
.form_text
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	}
	
.img_border
	{
	border: solid 1px #666666;
	}