body.errorBody {
	background-color		: #ffffff;
	text-align			: center;
	margin			: 0px;
	padding			: 0px;
}
	div.errorContainer {
		position			: absolute;
		top				: 50%;
		left				: 50%;
		margin			: -110px 0px 0px -200px;
		width				: 400px;
		height			: 200px;
		border			: 1px solid #000000;
		background-color		: #e5e5e5;
		padding			: 10px;
	}
	h1.errorHeadline {
		font				: normal normal bold 22px arial, sans-serif;
		text-align			: left;
		margin			: 0px 0px 10px 0px;
		padding			: 0px 0px 5px 0px;
		border-bottom		: 1px solid #000000;
	}
		h1.errorHeadline:first-letter {
			font				: normal normal bold 28px arial, sans-serif;
			color				: #ff0000;
		}
	p.errorDescription {
		font				: normal normal normal 12px arial, sans-serif;
		text-align			: left;
		margin			: 0px 0px 10px 0px;
		padding			: 0px 0px 0px 0px;
	}
	body.errorBody div.errorContainer blockquote {
		font				: italic normal normal 12px arial, sans-serif;
		text-align			: left;
		margin			: 0px 0px 0px 20px;
	}
	body.errorBody div.errorContainer a:link,
	body.errorBody div.errorContainer a:visited,
	body.errorBody div.errorContainer a:active,
	body.errorBody div.errorContainer a:hover,
	body.errorBody div.errorContainer a:focus {
		font				: normal normal normal 12px arial, sans-serif;
		text-decoration		: none;
		color				: #0000ff;
	}
	body.errorBody div.errorContainer a:hover {
		text-decoration		: none;
		color				: #ff0000;
	}