@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
p {
	margin: 0px 11px;
	text-align: justify;
}
.nomargin {
	margin: 0px;
}
a:link {
	/*color:#445E11;*/
	color: #73972B;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #73972B;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#445E11;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #73972B;
	text-decoration: none;
	font-weight: bold;
}
.contact{
	font-size: 10px;
	color: #3F3E3E;
	margin: 0px 0px 0px 14px;
}
.smallcredit {
	font-size: 9px;
	color: #666666;
	text-align: center;
}
.smallcredit a:link {
	color:#333333;
	text-decoration: none;
}
.smallcredit a:visited {
	color: #333333;
}
.smallcredit a:hover {
	color:#000000;
	text-decoration: underline;
}
.smallcredit a:active {
	color:#000000;
}
h2 {
	margin: 0px;
	font-size: 16px;
	color:#666666;
	font-weight: bold;
	text-indent: 11px;
	background-image: url(../images/titleBack.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 22px;
}ul {
	margin-top: 0px;
	margin-bottom: 0px;
}