
body {
	padding-left:50px;
	margin:0px;
}

h1 {color: #FFFFFF;
    font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
    font-size: 34px;
	font-weight: 500;
    letter-spacing: 0;
    line-height: 45px;
	background-color:#515E99;
	margin-left: -50px;
	padding-left:50px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
h2 {
	color: rgb(81, 81, 81);
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
    font-size: 16px;
	font-weight: 400;
    line-height: 17px;
}

h4 {
	color: rgb(81, 81, 81);
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
    font-size: 13px;
	font-weight: 400;
    line-height: 17px;
}
p,li {
    color: rgb(81, 81, 81);
    font-family: 'LucidaGrande', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 12px;
      font-weight: 400;
    line-height: 15px;
}
hr {
	width:80%;
	margin-bottom:20px;
}

