@charset "utf-8";
body {
	background-color: #CFD5E0;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
    font-style: normal;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	font-style: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000;
	font-style: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	font-style: italic;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    font-weight: bold;
	color: #000;
	font-style: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	font-style: normal;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
    font-weight: normal;
	color: #000;
	font-style: italic;
	display: inline;
}
ol {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #000;
    font-style: normal;
    list-style-type: decimal-leading-zero;
}
li {
    border-bottom: 1px solid #F7F7F7;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
a {
    text-decoration: none;
    color: #000;
}
li:hover {
    background-color: #DFE3EE;
}
.container {
	width: 955px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	background-color: #FFF;
	width: 955px;
	height: 130px;
	background-image: url(Cover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.mainContent {
	background-color: #FFF;
	width: 955px;
	height: 900px;
	position: absolute;
}
