.title {
	color:				#666666;
	font-family:		Arial, sans-serif;
	font-size:			20pt;
	font-style:			italic;
	font-weight:		bold;
	text-align:			right;
}

.headline {
	background-color:	#eeeeee;
	color:				#666666;
	font-family:		Arial, sans-serif;
	font-size:			14pt;
	font-style:			normal;
	font-weight:		bold;
	margin-bottom:		2px;
	text-align:			justify;
}

.normaltext {
	color:				#333333;
	font-family:		Arial, sans-serif;
	font-size:			10pt;
	font-style:			normal;
	text-align:			justify;
	text-decoration:	none;
}

a.normaltext:hover {
	color:				#3333ff;
	font-family:		Arial, sans-serif;
	font-size:			10pt;
	font-style:			normal;
	text-align:			justify;
	text-decoration:	none;
}

.error {
	color:				#ff3333;
	font-family:		Arial, sans-serif;
	font-size:			10pt;
	font-style:			italic;
	font-weight:		bold;
	text-align:			justify;
	text-decoration:	none;
}

.smalltext {
	color:				#333333;
	font-family:		Arial, sans-serif;
	font-size:			8pt;
	font-style:			normal;
	text-decoration:	none;
}

a.smalltext:hover {
	color:				#3333ff;
	font-family:		Arial, sans-serif;
	font-size:			8pt;
	font-style:			normal;
	text-decoration:	none;
}