a {
	font-size: small;
	color: #006633;
}
a:visited {
	color: #228855;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #006633;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: xx-large;
	color: #663300;
}
h2 {
	font-size: x-large;
	color: #663300;
}
h3 {
	font-size: large;
	color: #663300;
}
h4 {
	font-size: medium;
	color: #663300;
}
h5 {
	font-size: small;
	color: #663300;
}
h6 {
	font-size: x-small;
	color: #663300;
}
.form_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #663300;
	background-color: #eeeeff;
	text-align: right;
	padding-right: 0.5em;
}
