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


a {text-decoration:none;}
a:link {
	color:#666;
}      /* unvisited link */
a:visited {
	color:#999;
}  /* visited link */
a:hover {
	color:#5C8840;
}  /* mouse over link */
a:active {
	color:#5C8840;
}  /* selected link */
h1 {
	font-size: 12 px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color: #5C8840;
}
h2 {
	font-size: 12 px;
	font-weight:bold;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	color: #5C8840;
}
h3 {
	font-size: 12 px;
	font-weight:bold;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	color: #5C8840;
}
p {
	font-size: 12 px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
}
body {
	font-size:12px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
}
h4 {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:left;
	color:#5C8840;
}
h5 {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:left;
}
greentext {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:left;
	color:#5C8840;
}
.greentext {
	color: #5C8840;
}

