/* CSS Document */

body,html {
	height:100%;
	font-family:Arial;
	font-size:11px;
	color:#999999;
}
input,textarea {
	border-style:solid;
	border-width:1px;
	border-color:#E0E0E0;
}
.submit {
	border-style:solid;
	border-width:1px;
	border-color:#E0E0E0;
	background-color:#A8C64F;
	padding:4px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px; 
}

.outerBorder {
	border-style:solid;
	border-width:1px;
	border-color:#E0E0E0;
}
a:link,a:visited,a:active {
	font-weight:bold;
	text-decoration:none;
	color:#7C9E2E;
}
a:hover {
	color:#7AC034;
	text-decoration:underline;
}
.footer {
	font-size:10px;
	color:#999999;
}
hr {
	border-style:dotted;
	border-width:1px;
	border-color:#E0E0E0;
}