
/* ---------------- Global -------------------*/


#content .errorPage { 
    margin-top: 50px;	
	width: 100%;
	font-family: arial;
	}


#content .text { 
   width: 800px;
   }


#content .text .p1 { 
   margin-left: 0px;
   font-size: 1.2em;
   line-height: 23px;
   font-weight: normal;
   color:#333; 
   margin-top: 10px;   
   }
   
 #content .text .p2 { 
   margin-left: 0px;
   font-size: 1.2em;
   line-height: 23px;
   font-weight: normal;
   color:#333; 
   margin-top: 45px;   
   }




/*-------------------- Headers -------------------*/





#content .errorPage h1 { 
    font-size: 2.5em;
	color:#1B2778;	
	margin: 0px 0px 10px 0px;
	text-transform: none;
	font-weight: normal;	
    }
	
#content .errorPage h2 { 
    font-size: 2em;
	color:#333;
	margin: 0px 0px 0px 0px;
	text-transform: none;
	font-weight: normal;	
    }
	
#content .errorPage h3 { 
    font-size: 1.8em;
	color:#1B2778;
	margin: 80px 0px 0px 0px;
	text-transform: none;
	font-weight: normal;	
    }
	
	
/*------------------- Links ------------------------*/



#content .text a { 
   color:#1B2778;
   text-decoration: none;
   font-weight: bold;
   }
   
#content .text a:hover { 
   color:#333;
   text-decoration: underline;
   }
