/* -- TAG ----------------------------------------------- */

hr {
	height: 1pt;
	width: 100%;
	border: none;
}
hr.HRwhite { background-color: #ffffff; }


/* -- CLASS ---------------------------------------------- */

.obj_center {
	display: flex;
/*	width: 600px;	*/
/*	height: 400px;	*/
	align-items: center;
	justify-content: center;
}


/* -- ID ------------------------------------------------ */

/* MAIN */

#mainbody{
	background-color: #001746;
}

#maindiv{
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}

/* Copyright */
div#copyrightAnnounce {
	margin-top: 2pt;
	margin-bottom: 2pt;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	vertical-align: top;
	line-height: 10pt;
	font-size: 8pt;
	text-align: center;
	color: #FFFFFF;
}
