select.city {
	width: 150px;
	font-family: tahoma;
	font-size: xx-small;
	color: #006699;
	border: 1px #006699 solid;
}

select {
	width: auto;
	font-family: tahoma;
	font-size: xx-small;
	color: #006699;
	border: 1px #006699 solid;
}
label {
	font-family: tahoma;
	font-size: xx-small;
	color: #006699;
}
input {
	font-family: tahoma;
	font-size: xx-small;
	color: #006699;
}
input.BUTTON {
	font-family: tahoma;
	font-size: x-small;
	color: #003366;
	font-weight: bold;
	padding: 3px;
}
fieldset{
	font-family: tahoma;
	font-size: xx-small;
	color: #006699;
	border: 1px #006699 solid;
	font-weight: bold;
	margin: 1px;
	padding: 0px;
}
legend{
	font-family: tahoma;
	font-size: xx-small;
	color: #003366;
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
}
div.header {
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	color: #003366;
}
sup {
	font-family: tahoma;
	font-size: xx-small;
	font-weight: bold;
	color: #FF0000;
}
hr {
	height:1px;
	border-top: thin solid #006699;
	border-right: 0px none #006699;
	border-bottom: 0px none #006699;
	border-left: 0px none #006699;
}