﻿/* Error Body Page Styles */
body 
{
	background-color:#f4f4f4;
	margin:0px;
}

/* End Error Body Page Styles */

/* Error Table Styles */

.topShading
{
	background:url(../images/errorPage/topShading.jpg);
	width:660px;
	height:34px;
	border:0px;
}

.topHeader
{
	background:url(../images/errorPage/topHeader.jpg);
	width:660px;
	height:92px;
	border:0px;
}

.mainContent
{
	background-color:#fff;
	border:0px;
	width:100%;
	height:105px;
}

.footer
{
	background:url(../images/errorPage/footer.jpg);
	width:660px;
	height:30px;
	border:0px;
}

.bottomShading
{
	background:url(../images/errorPage/bottomShading.jpg);
	width:660px;
	height:34px;
	border:0px;
}

/* End Error Table Styles */

/* Error Text Styles */

.TitleText
{
	font-family:verdana;
	font-size:16px; 
	color:#494747; 
	padding-left:33px;
}

.mainText
{
	background-color:#e4e4e4;
	font-family:verdana; 
	font-size:11px; 
	color:#630f1f; 
	padding-left:3px;
}

.backToMainPageText
{
}

/* End Error Text Styles */

/* Error Links */

a, a:visited{font-size:0.7em; font-family:Verdana; font-weight:bold; color:#630f1f; text-decoration: none; padding-right:3px;}
a:hover{color:#686767; text-decoration:underline;}

/* End Error Links */
