﻿html, body {
	height: 100%;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../Images/Application/Background.jpg);
	background-repeat: repeat-x;
	font-family: Times New Roman,Georgia,Trebuchet MS, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 14px;
	color: #8a8a8a;
}

.bgCustomError {
	width: 994px;
	background:url(../images/Application/Content_Background.jpg) no-repeat; 
	height:641px;
	margin: 0 auto; 
}

.FooterCustomError {
	width: 994px;
	background:url(../images/Application/Footer_Background.jpg) no-repeat; 
	height:168px;
	margin: 0 auto; 
	text-align:center;
}
a.lnkError {
	color: #235b8c;
	text-decoration:none;
}

a.lnkError:hover {
	color: #235b8c;
	text-decoration:none;
}

.errorContentLayer 
{
	text-align:center; 
	line-height:16px; 
	padding-top:185px; 
	margin-left:12px; 
	width:968px;
}
.errorHeader {
	color: #007ba3;
	font-size:20px;
}

.FooterErrorText {
	line-height: 20px; 
	padding-top:8px; 
	color: #007ba3; 
	font-size:12px;
}