body {
	margin: 0;
	color: #000;
	min-width: 1000px;
	font: 16px arial, helvetica, sans-serif;
	background: #E8E8E8
}

a img {
	border: none;
	text-decoration: none;
}

a {
	color: #8DA91C !important;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	text-decoration: none;	
}

.error-header {
	padding: 6px 0;
	background: url(/htz/images/bg/BkLines.gif) repeat-x white;
	background-position: bottom;
	overflow:hidden;
	text-align: center;
}

.error-logo {
	border-style: none;
	padding-left: 20px;
}


.error-title {
	font-weight: bold;
	color: #232323;
	padding-top: 25px;
	text-align: center;
	margin-top: 12px;
}


.error-description {
	color: #232323;
	padding-top: 4px;
	text-align: center;
}

.error-redirect {
	color: #008bcf;
	font-weight: bold;
	text-align: center;
	padding-top: 9px;
	text-decoration: none;
}



a:hover {
	text-decoration: underline;
}


