ul {
	list-style-type:square;
	padding-left:20px;
}
.content-standard {
	font-size:12px;
	color:#003366;
	line-height:16px;
}
.content-title {
	font-size:14px;
	font-weight:bold;
	color:#003366;
	line-height:16px;
}
.content-title-link {
	font-size:14px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}
.content-date {
	font-size:11px;
	color:#7BA1CD;
}
.formbox-headline {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.form-select {
	font-size:12px;
	border:1px #7BA1CD solid;
}
.form-select-mandatory {
	font-size:12px;
	border:1px #285D9F solid;
}
.form-input {
	font-size:12px;
	border:1px #7BA1CD solid;
}
.form-input-mandatory {
	font-size:12px;
	border:1px #285D9F solid;
}
.form-textarea {
	font-size:12px;
	border:1px #7BA1CD solid;
}
.form-textarea-mandatory {
	font-size:12px;
	border:1px #285D9F solid;
}
.label-mandatory {
	font-weight:bold;
}