.table_center {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.header {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #E63626;
	border-bottom-color: #E63626;
	background-image: url(../img/error-header.png);
	padding-left: 10px;
}

.padding {
	padding: 10px;
}
.image-error {
	padding-right: 30px;
}
.bold {
}
.title {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
}
.footer {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #E63626;
	border-bottom-color: #E63626;
	padding-left: 10px;
	font-size: 11px;
	background-color: #B0C5A5;
}
.text-right {
	text-align: right;
	float: right;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0093D9;
}
a:hover {
	text-decoration: underline;
	color: #0093D9;
}
a:active {
	text-decoration: none;
}
