@charset "utf-8";

body {
	background: #2e3192;
	text-align: center; 
}

html, h1, h2, h3, h4, h5, h6, ol, input, dl, dt, dd, form, select, div, p, img, table, td 
{
	margin			: 0px;
}


.Body_norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
		color: #000000;
}

.Body_normbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
		color: #000000;
}


.classp A:link {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	color: #009;
	padding: 0px;
	height: auto;
	width: auto;
	margin: 0px;
	float: none;
	line-height: 18px;
	}
.classp A:hover {
	color: #00F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	}
	
.classp A:visited {
	color: #00F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	}
	
	
