body {
	background-image: url('/mediasrc/img/background.jpg');
    margin: 0;
	padding: 0;
	font-family: ThesisExtraLight, Thesis, Verdana, Arial;
	font-weight: normal;
}


.clearMe {
	clear: both;	
}

ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0px;
	font-weight: normal; 
}

a {
	text-decoration: none;
}



@font-face {
    font-family: 'ThesisExtraLight';
    src: url('/mediasrc/fonts/TheSansC5-2_ExtraLight.woff2') format('woff2'),
         url('/mediasrc/fonts/TheSansC5-2_ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.wrapperHeader {
	width: 100%;
}

.header {
	margin: 0 auto; 
}

.wrapperContent {
	width: 100%;
}

.content {
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
}

.highlight {
	padding: 10px 0px;
	font-size: 1.25em;
	font-family: Thesis;
	font-weight: bold;
}

.textArea {
	font-size: 1.15em;
	line-height: 115%;
	margin-top: 5%;
}

.notification {
	margin: 50px 0px;
}

.notification, 
.textArea a, 
.textArea a:active {
	color: #00fffd;
}

a.white,
.white {
	color: #ffffff;
}