body{
	padding:0px;
	margin:0px;
}

.thickLine{
	height:10px;
	width:100%;
	background-color:#333;
	border-bottom:1px solid #b1b1b1;
	margin-bottom:65px;
}

.errorBody{
	font-family:arial;
	font-weight:normal;
	font-size:16px;
	line-heigh:24px;
	color:#333;
	margin-left:auto;
	margin-right:auto;
	width:580px;
}
h1{
	font-weight:bold;
	font-size:40px;
	line-height:40px;
}

.error{
	font-size:12px;
	line-height:12px;
}

.errorCode{
	font-weight:bold;
}

a:link,a:visited{
	color:#003ca2;
	text-decoration:underline;
}

img{
	border:none;	
	width:70px;
	height:30px;
}