/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
a {
	text-decoration: underline;
}
#attribute {
	padding-top: 2px;
	padding-bottom: 3px;
}
#form {
	width: 300px;
}
#fine {
	font-size: 10px;
}

a:link,a:visited {
	color: #FF0000;
}
a:hover,a:active {
	color: #333333;
}
input {
	background-color: #FFFFFF;
	color: #FF0000;
}
select {
	background-color: #FFFFFF;
	color: #FF0000;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}
.basictext {
	color:#000000;
}
.errortext {
	color:#FF0000;
}
