.title1 {
	font-weight: bold;
	font-size: 20px;
	color: #2176d0;
	font-family: tahoma;
}
.title2 {
	font-weight: bold;
	font-size: 11px;
	color: #2176d0;
	font-family: tahoma;
	text-decoration: none;
}
.title2:hover {
	font-weight: bold;
	font-size: 11px;
	color: #2176d0;
	font-family: tahoma;
	text-decoration: underline;
}
.title3 {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: tahoma;
}
.text1 {
	font-size: 11px;
	color: #2176d0;
	font-family: tahoma;
}
.text2 {
	font-size: 11px;
	color: #000000;
	font-family: tahoma;
}
.text2error {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	font-family: tahoma;
}
.hyperlink {
	font-size: 11px;
	color: #2176d0;
	font-family: tahoma;
	text-decoration: underline;
}
.hyperlink:hover {
	font-size: 11px;
	color: #2176d0;
	font-family: tahoma;
	text-decoration: none;
}
.error {
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	font-family: tahoma;
}
.button {
	font-family: tahoma;
	font-weight: bold;
	height: 24px;
	font-size: 70%;
}
.form {
	padding-left: 10px;
	padding-top: 8px;
}
.field {
	margin-bottom: 7px;
}
.field-text {
	border: #2176d0 1px solid;
	font-family: tahoma;
}
TR.highlight {
	background-color: #c1cdd8;
}
