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

@font-face{ 
	font-family: 'Richard Miller';
	src: url('RICHARD_MILLER-webfont.eot');
	src: url('RICHARD_MILLER-webfont.eot?iefix') format('eot'),
	     url('RICHARD_MILLER-webfont.woff') format('woff'),
	     url('RICHARD_MILLER-webfont.ttf') format('truetype'),
	     url('RICHARD_MILLER-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'SwaggRegular';
    src: url('Swagg_Regular-webfont.eot');
    src: url('Swagg_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Swagg_Regular-webfont.woff') format('woff'),
         url('Swagg_Regular-webfont.ttf') format('truetype'),
         url('Swagg_Regular-webfont.svg#SwaggRegular') format('svg');
}

@font-face {
    font-family: 'SwaggBold';
    src: url('Swagg_Bold-webfont.eot');
    src: url('Swagg_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Swagg_Bold-webfont.woff') format('woff'),
         url('Swagg_Bold-webfont.ttf') format('truetype'),
         url('Swagg_Bold-webfont.svg#SwaggBold') format('svg');
}

p1 {
	font-family: 'Richard Miller', Helvetica, sans-serif;
	font-size: 36pt;
	font-style: normal;
	color: #000000;
}

p2 {
	font-family: 'Richard Miller', Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #C71C22;
}

p3 {
	font-family: 'SwaggBold', Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #444444;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 140%;
}

body {
	font-family: 'SwaggRegular', Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #444444;
	line-height: 140%;
}