/* CSS Document */

h1 {
	font-size: 30px;
	color: #9EB311;
	font-weight: normal;
	margin: 0px;
}
h1 a, h1 a:visited, h1 a:active   {
	color: #9EB311;
	text-decoration: none;
}
.arrow {
	float: right;
}
h1 a:hover {
	color: #72800D;
}
h2 {
	font-size: 20px;
	color: #9EB311;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h2 a, h2 a:visited, h2 a:active   {
	color: #9EB311;
	text-decoration: none;
}
h2 a:hover {
	color: #72800D;
}

h3 {
	font-size: 18px;
	color: #9EB311;
	font-weight: normal;	
	margin: 5px 0;
}
h4   {
	color: #000;
	margin: 0px 0 10px 0;
	font-size: 18px;
}
h5 {
	margin: 0px;
	padding: 0 0 3px 0px;
}
.button {
	background: url(../images/button.gif) right no-repeat;
	border: solid 1px #999999;
	padding: 2px 18px 2px 2px;
	vertical-align: top;
}
a.button {
	color: #333333;
	text-decoration: none;
}
a.button:hover {
	background: url(../images/buttonover.gif) right no-repeat;
	text-decoration: none;
	color: #000000;
}
.smallButton {
	background: url(../images/button.gif) left no-repeat;
	border: solid 1px #999999;
	width: 20px;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
}