/* CSS Document */
body {
	background-color: #FFFFFF;
	color: #33A02C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	background-color: #FFFFFF;
	color: #33A02C;
}
select {
	background-color: #FFFFFF;
	color: #33A02C;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #33A02C;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #33A02C;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #33A02C;
}

a {
	text-decoration: underline;
}
#attribute {
	padding-top: 2px;
	padding-bottom: 3px;
}
#form {
	width: 300px;
}
#fine {
	font-size: 10px;
}
.basictext {
	color:#33A02C;
}
.errortext {
	color:#333333;
}
