#bodyPgError
{
	background-image: url("/static/content/images/web/error/background_error.gif");
	background-repeat: no-repeat;
	width: 560px;
	height: 250px;
	margin: auto;
	padding-bottom: 30px;
	margin-top: 30px;
}

#right
{
	padding-top:25px;
	padding-left: 75px;
	padding-right:35px;
	width: 450px;
}
#right p
{
	text-align: justify;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	vertical-align: top;
	color: #475A7F;
}

#right p a:link {
	font-weight:bold;
	color: #475A7F;
	text-decoration: underline;
}

#right p a:visited {
	font-weight:bold;
	color: #475A7F;
	text-decoration: underline;
}

#right p a:active {
	font-weight:bold;
	color: #475A7F;
	text-decoration: underline;
}

#right p a:hover {
	font-weight:bold;
	color:#FFA013;
}

