@charset "UTF-8";
/* CSS Document */

body {
    font-family: "Marcellus", sans-serif;
    font-size: 100%;
	font-weight: 300;
	color: #5f6eb3;
}

#article a {
	color: #5f6eb3;
	text-decoration: underline;
}

#article p {
	cursor: default;
    font-family: "Marcellus", sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.4em;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
    -webkit-text-size-adjust:none;
}

ul, ol, li {
	font-weight: 400;
	font-size: 1em;
	line-height: 1.4em;
    -webkit-text-size-adjust:none;
}

@media only screen and (max-width: 36em) {
    #article p {	
	font-size: .9em;
    }
}
.article-standfirst {
	cursor: default;
	/*color: #000;*/
	font-family: "Marcellus", sans-serif;
	font-weight: 200;
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
/*@media only screen and (max-width: 36em) {
    .article-standfirst {	
	font-size: 1.1em;
    }
}*/

#article h1 {
	cursor:default;
	font-family: "Marcellus", sans-serif;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 1em;
	padding: 0em;
    margin-top: 0em;
	margin-bottom: .5em;
	/*color: #159E01;*/
}
@media only screen and (max-width: 36em) {
    #article h1 {
	font-size: 1.3em;
    }
}
#article h2 {
	font-family: 'Marcellus', sans-serif;
	font-weight: 600;
	font-size: 1.3em;
	line-height: 1em;
	padding: 0em;
    margin-top: 1.5em;
	margin-bottom: .5em;
	/*color: #66A831*/;
}
@media only screen and (max-width: 36em) {
    #article h2 {
	font-size: 1.1em;
    /*padding-top: 0.2em;*/
    }
}
#article h3 {
    font-family: 'Marcellus', sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1em;
	padding: 0em;
    margin-top: 1em;
	margin-bottom: .5em;
	/*color: #18B91C;*/
}
@media only screen and (max-width: 36em) {
    #article h3 {
	font-size: 0.9em;
    /*padding-top: 0.2em;*/
    }
}
#article ol, ul {
	cursor: default;
    font-family: "Marcellus", sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: 400;
	/*color: #414141;*/
	font-size: .9em;
	line-height: 1.4em;
    margin-bottom: 2em;
    -webkit-text-size-adjust:none;
}

.red-bold {
	font-weight: 600;
	color: #FF6200;
}

.green-text {
	color: #00AF15;
	margin: 0px;
	padding: 0px;
}

.strong {
    font-weight: 800;
}

form {
	background-color: #CCC;
	padding: 10px;
}

.quotation {
	font-style: italic;
	/*color: #666666;*/
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1em;
}

#copyrightfooter {
	position: relative;
	float: left;
	width: 90%;
	margin-top: 4em;
	left: 1em;
	padding-top: .5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D8D8;
    padding-bottom: 1em;
	font-size: .7em;
	color: #999999;
}

.data_privacy {
	font-size: 1em;
	line-height: 1.2em;
	font-style: italic;
}

