@charset "utf-8";
/* CSS Document */

.bodytext
	{
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, "MS Sans-Serif";
	color: black;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	}
	
a:link
	{
	text-decoration: none;
	color: #006633;
	}

a:hover
	{
	color: #f26d23;
	text-decoration: none;
	}
	
a:active { 
	text-decoration: none;
	color: #006633;
	}
	
a:visited 
	{
	text-decoration: none;
	color: #006633;
 	}