body {
	margin:0 auto;
	padding: 0;
	text-align: center;
	background-color: #F0F0F0;
}	


#errorpanel {
	margin: 60px 0 0 0;
	padding: 0;
	width: 637px;
	height: 374px;
	font: 14px/18px  normal "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	font-weight : normal;
	color: #000;
	background: url(images/error_bk.gif) no-repeat;
	text-align: left;	
}

#errormessage {
	margin: 0;
	padding: 38px 0 0 107px;
	width: 492px;
}

p.title {
	font: 21px/24px normal "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color: #000;
	border-bottom: 1px solid #CCC;
	width: 492px;
	margin: 0;
	padding: 0 0 10px 0;
}

p.siteaddress {
	border-bottom: 1px solid #CCC;	
	width: 492px;
	margin: 0;
	padding: 10px 0 10px 0;
}

p.tryagain {
	margin: 30px 0 0 0;
	padding: 0;
}

a.bodylink:link, a.bodylink:active, a.bodylink:visited {
	color: #FF6600;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
} 

a.bodylink:hover {
	color : #333333;
	font-size:13px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
} 
