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

/*------------------------------------------------

GLOBAL STYLES

------------------------------------------------*/

body {
	margin:0;
	padding:40px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

/*------------------------------------------------

TYPOGRAPHY

------------------------------------------------*/

@font-face {
	font-family: '232MKSDRoundMedium';
	src: url('../fonts/232mkm__-webfont.eot');
	src: url('../fonts/232mkm__-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/232mkm__-webfont.woff') format('woff'),  url('../fonts/232mkm__-webfont.ttf') format('truetype'),  url('../fonts/232mkm__-webfont.svg#232MKSDRoundMediumRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
	color:#b9d9db;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	line-height:24px;
}
/* Section Headers */
/* Names */
h4 {
	font-family:"232MKSDRoundMedium";
	font-size:2.8em;
	font-weight:normal;
	color:#acb24c;
	margin:0px 0 20px 0;
	padding:0;
	letter-spacing:.04em;
}
/* Titles */
.titleText {
	color:#4A4A4A;
	font-size:.6em;
}

p {
	font-size:1.4em;
	line-height:24px;
	color:#666;
	margin:0;
	padding:0;
}

ul {
	margin:0 0 0 20px;
	padding:0;
	font-size:1.4em;
	line-height:24px;
	color:#666;
}

li {
	margin-bottom:10px;
}