@charset "utf-8";
/* CSS Document */
body {
	background-color: #fbf7f2;
	background-image: url("../img/BG_body.jpg");
	background-attachment: fixed;
}
.Container h2{
    position: relative;
	display: block;
}
.Container h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2em;
	margin-bottom: 16px;
	margin-left: 32px;
}
.Container h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	margin-bottom: 0px;
	margin-left: 32px;
	padding-bottom: 8px;
	margin-top: 32px;
	font-weight: 700;
}
.Container h4{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9em;
    margin-bottom: 0px;
    padding-bottom: 8px;
    margin-top: 12px;
    margin-left: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.Container p{
	font-family: Roboto, sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 32px;
}
.Container ul{
	margin-top: 0px;
	font-family: Roboto, sans-serif;
	font-size: 1em;
	margin-left: 32px;
	font-size: 0.9em;
	font-weight: 300;
	margin-bottom: 0px;
}
.Container ul ul{
	margin-top: 0px;
	font-family: Roboto, sans-serif;
	font-size: 1em;
	margin-left: 0px;
	font-size: 1em;
	font-weight: 300;
}
.Container li{
    list-style-type: square;
}
.Container span{
	font-weight: 700;
}
.Container ul a{
	color: #606060;
	font-weight: 400;
}
.Container ul a:hover {
    font-weight: 700;
    text-decoration: underline;
}
