@charset "UTF-8";
/* CSS Document */

body { 
background-color:	#ffffff; 
margin:				50px; 
font-family: 		Arial, Helvetica, sans-serif;
font-size:			11px;
color:				#4a4a4a;
background-color:	#fff;
}

a:link {
color: 3e1f5f;
text-decoration: underline;
}
a:visited {
text-decoration: underline;
color: 3e1f5f;
}
a:hover {
text-decoration: none;
color: 3e1f5f;
}
a:active {
text-decoration: underline;
color: 3e1f5f;
}

#content-error  {
background-color: 	#fff;
padding:			22px 25px 14px 25px;
width:				682px;
margin:	auto;
}

#content-error #message{
text-align:center;
margin-bottom:20px;
width: 682px;
}

#content-error h1 {
font-weight:	normal;
font-size:			22px;
color:				#4a4a4a;
margin-top: 		0;
margin-bottom:		14px;
}

p {
font-size: 			12px;
font-weight: 		normal;
margin-top: 		12px;
margin-bottom: 		14px;
color: 				#4a4a4a;
}

ul {
margin: 16px 0px;
}

li {
list-style:			disc;
font-size: 			14px;
font-weight: 		normal;
margin-top: 		8px;
margin-bottom: 		8px;
color: 				#543575;
}

