@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #000000;
	background-image: url(../assets/background-black.jpg);
	background-repeat: no-repeat;
	background-position: center 160px;
	margin: 0px;
	padding: 0px;
}
.margine_table_body {
	padding-right: 20px;
	padding-left: 20px;
}

.mtop_40 {
	margin-top: 40px;
}
.mtop_20 {
	margin-top: 20px;
}

.mtop_10 {
	margin-top: 10px;
}

.mtop_5 {
	margin-top: 5px;
}

.mtop_0 {
	margin-top: 0px;
}

.mbot_40 {
	margin-bottom: 40px;
}
.mbot_20 {
	margin-bottom: 20px;
}

.mbot_10 {
	margin-bottom: 10px;
}

.mbot_5 {
	margin-bottom: 5px;
}

.mbot_0 {
	margin-bottom: 0px;
}

p {
	text-align: justify;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 18%;
}
li {
	margin-top: 0px;
	padding-top: 0px;
}
h3,h2,h1 {
	margin-bottom: 6px;
}


a.standardlink {color: #1F2181; text-decoration: underline;}
a.standardlink:visited {color: #1F2181; text-decoration: none;}
a.standardlink:hover {color: #E9213B; text-decoration: none; background-color: #E3EEFE;} 
.marg-van-push {
	margin-top: 600px;
}


.mast-head-height {
	margin-top: 24px;
}
