.text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.form-text {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	background-color: #DDE2E7;
	border: 1px solid #BEC8D1;
	padding: 2px;
}
.form-button {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	background-color: #DDE2E7;
	border: 1px solid #BCC6CF;
}
.form-button:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #DDE2E7;
	text-decoration: none;
	background-color: #003366;
	border: 1px solid #BCC6CF;
}
.texttitle {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.textsubtitle {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.error {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #133C6E;
	text-decoration: none;
}
.textlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #133C6E;
	text-decoration: underline;
}

