	h1, .logo-text { font-family: 'Oswald';color:#ffffff;font-size: 22px; line-height: 40px; letter-spacing: 1px;}
	h2, .title { font-family: 'Oswald';color:#007CC2;font-size: 20px; line-height: 1.5em; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px;}
	h3, .intro-paragraph { font-family: verdana;color:#444444;font-size: 18px; line-height: 24px; margin-bottom: 10px;}
	h4, .sub-heading { font-family: 'Oswald';color:#007CC2;font-size: 15px; line-height: 1.5em; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px;}
	h5, .paragraph-heading { font-family: 'Oswald';color:#007CC2;font-size: 14px; line-height: 1.5em; margin-bottom: 0px;letter-spacing: 1px;}

	.green {color: #75A835;}
	.blue {color: #007CC2;}
	.red {color: #BF1532;}
	
	.grey-background {
	background-color: #f5f5f5;
	padding: 10px 20px;
	margin-bottom: 20px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	}