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

body{
margin: 0;
padding: 0;
background-color:#f6fcff;
}

a {
    color: #eb008a;
}

.header {
	background-color:#beddea;
	height:85px;
	width:100%;
}

.header2 {
	background-color:#a2abb3;
	height:25px;
	width:100%;
}

.line {
	background-color:#a2abb3;
	height:1px;
	width:100%;
}

.center {
	width:850px;
	margin:0 auto;
}

.centers {
	position: relative;
    width: 100%;
    overflow: hidden;
	}
.centersh {
	position:relative;
	width: 2753px;
	left:50%;
	margin:0 0 0 -1376px;
	text-align:center;
}

.center2 {
	width:850px;
	margin:0 auto;
	text-align:right;
}

h3 {
	font-family: 'Oswald', sans-serif;
	display: inline;
	font-size:1.2em;
	font-weight:300;
	}

h4 {
	font-family: 'Oswald', sans-serif;
	display: inline;
	font-size:1em;
	font-weight:300;
	}
	
h5 {
	font-family: 'Oswald', sans-serif;
	display: inline;
	font-size:0.8em;
	font-weight:300;
	}
	
.arial {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	font-size:1.1em;
	font-weight:300;
	}
	
li {
	font-family: 'Oswald', sans-serif;
	color:#eb008a;
	font-weight:700;
	}

span.listitem {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:1em;
	font-weight:500;
	}