@import "/custom/reset.css";
@font-face {
    font-family: 'ChunkFive';
    src: url('/custom/fonts/chunkfive-webfont.eot');
    src: url('/custom/fonts/chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('/custom/fonts/chunkfive-webfont.woff') format('woff'),
         url('/custom/fonts/chunkfive-webfont.ttf') format('truetype'),
         url('/custom/fonts/chunkfive-webfont.svg#chunkfive_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*========================================*/
/*================ GLOBAL ================*/
/*========================================*/
html, body, table {
	color: #666;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 300;
}
strong { font-weight: 500; }
em { font-style: italic; }
a { color: #f27141; text-decoration: none; }
a:hover { color: #0b6997; text-decoration: none; }
h1, h2, h3, h4, h5, h6 {
}
h1 {
	color: #f27141;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.5em;
}
h2 {
	color: #f27141;
	font-size: 18px;
	line-height: 1.5em;
	margin: 20px 0;
}
h3 {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.5em;
	margin-bottom: 20px;
}
ul, ol, p, .rawtext {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
ul {
	list-style: disc;
	padding-left: 20px;
}
ol {
	list-style: decimal;
	padding-left: 20px;
}
/* END WEBCORE.CSS */