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

/*
	SHEPSTONE CSS - TYPOGRAPHY.CSS
	LAST EDITED: SEP 5, 2013 by PATRCIK CASSIDY
	DO NOT EDIT OR UPDATE THIS FILE WITHOUT PRIOR NOTIFICATION & PERMISSION
*/

/*BODY DEFAULTS*/
body,p{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-size:14px;
}

/*HEADER DEFAULTS*/
h1,h2,h3,h4,h5,h6 {text-transform:none;color:#000000;font-family: 'Signika', sans-serif;line-height:30px; word-spacing:0px; letter-spacing:-1px; margin-top:0px;}
h1 {font-size:25px;margin-bottom:20px;}
h2 {font-size:23px;margin-bottom:20px;}
h3 {font-size:21px;margin-bottom:20px;}
h4 {font-size:19px;margin-bottom:20px;}
h5 {font-size:17px;margin-bottom:20px;}
h6 {font-size:15px;margin-bottom:20px;}

/*SPECIFIC DEFAULTS*/

/* TinyMCE specific rules */
body.mceContentBody {
background-color:#FFF;
}