@charset "utf-8";
/* CSS Document */
body,p {
	background:transparent;
	
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#3f3f3f;
}

img {
	border:0px;
}
hr {
	color:#016e45;
	border:1px solid #016e45;
	background-color:#016e45;
}

a, a:visited {
	color:#016e45;
	text-deocration:underline;
}
a:hover, a:active {
	color:#0000FF;
	text-decoration:none;
}
h1,h2,h3 {
	margin-top:0px;
	color:#016e45;
	text-transform:uppercase;
}
h2 {
	color:#bd8b00;
	font-size:14px;
}
h3 {
	color:#3f3f3f;
}

p {
	color:#3f3f3f;
	line-height:1.5em;
	font-size:13px;
}
