/* CSS Document */
h1 {
	font-size: 12px;
	font-weight: bold;
	clear: both;
	color: #000000;
	text-align: left;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.link {
	font-size: 12px;
	font-weight: regular;
	color: #0a5518;
	text-decoration: none;
}
.link:hover {
	color: #a8bc07;
}
.link2 {
	font-size: 12px;
	font-weight: bold;
	color: #f6e81c;
	text-decoration: none;
	line-height:24px;
}
.link2:hover {
	color: #a8bc07;
}
.link3 {
	font-size: 12px;
	font-weight: bold;
	color: #f6e81c;
	text-decoration: none;
}
.link3:hover {
	color: #a8bc07;
}
.link4 {
	font-size: 12px;
	font-weight: regular;
	color: #0a5518;
}
.link:hover {
	color: #a8bc07;
}


