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

.block h1 {
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size:2em;
color:#4d4e53;
text-align:center;
font-weight:100;
padding:20px;	
}

.block p
{
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size:.9em;	
color:#4d4e53;
padding-left:20px;
padding-right:15px;
}

.block h2 {
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size:1em;
color:#e64d25;
text-align:center;
padding:10px;		
}

.block h3 {
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size:.9em;
color:#4d4e53;
text-align:center;
padding:10px;		
}

.block h4 {
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size:1.1em;
color:#4d4e53;
text-align:center;
padding:10px;
font-weight:bold;		
}

.block ul {
	background-color:#65c9f4;
	padding:15px 15px 15px 35px;	
	line-height:2em;
}

.block li
{
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size:.9em;	
color:#fff;
}
