body {
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;	
	text-align: center;
}
a { 
	color: #9B0024; 
	text-decoration: none
}

a:hover {
	text-decoration: underline
}
img {
	border: 0;
}
h1, h2 {
	font-weight: normal;
}
h1 {
	color: #666;
	font-size: 2.2em;
	margin: 0px;
	padding: 10px 0 30px 0;
	background-color: transparent;
}
h2 {
	color: #666;
	font-size: 1.4em;
	*font-size: 1.2em;
	_font-size: 1.2em;
	margin: 0px;
	padding: 0 0 20px 0;
	clear: both;
	text-align: left;
}
.pageError {
	width: 600px;
	margin: 100px auto 0 auto;
	background: #DEECF7 url(/images/site/required/404logo.gif) no-repeat 480px 10px;
	*background: #DEECF7 url(/images/site/required/404logo.gif) no-repeat 450px 10px;
	_background: #DEECF7 url(/images/site/required/404logo.gif) no-repeat 450px 10px;
	-moz-border-radius: 6px;
	padding: 20px;
	text-align: left;
}
.copyright {
	padding: 10px;
	font-size: 12px;
	color: #fff;
	background-color: #56a2d4;
	-moz-border-radius: 6px;
	margin-top: 30px;
}

/*--------- IE Fixes ---------*/

*html h2 {
	font-size: 1.2em;
}
*html.pageError {
	background: #DEECF7 url(/images/site/required/404logo.gif) no-repeat 470px 10px;
}
