a {
	color: #006633;
}
a:link {
	color: #006633;
}
a:visited {
	color: #006633;
}
a:hover {
	color: #990000;
}
a:active {
	color: #006633;
}

body {
	background-color: #006633;
}

.border {
	border: 2px solid #000000;
}

.textbox {
	background-image: url(site_images/center_textbox.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #000000;
	text-align: left;
}


.textareas {
	font-size: 12px;
	color: #000000;
	border: none;
	background-color: #ffff99;
	list-style-position: inside;
	list-style-type: decimal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
