/* CSS Document */

body {
	color: #FFFFFF;
	background-color: #1B9CD3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	background-color: #FFFFFF;
	color: #1B9CD3;
}
select {
	background-color: #FFFFFF;
	color: #1B9CD3;
}

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


a {
	text-decoration: underline;
}
#attribute {
	padding-top: 2px;
	padding-bottom: 3px;
}
#form {
	width: 300px;
}
#fine {
	font-size: 10px;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
.basictext {
	color:#FFFFFF;
}
.errortext {
	color:#FF0000;
}