/* @group GLOBALS :: jsq :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

/* @end  = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = */

/* @group STYLES :: jsq ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

h1 {
	color: #333;
	font-size: 24px;
	font-weight: normal;
/*	text-shadow: #888 1px 1px 3px;*/
/*	margin: 0 0 15px 0;*/
	line-height: 40px;
}

h2 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	margin: 25px 0 5px 0;
}

h3 {
}

p {
}

/** br {
	float: left;
	display: block;
	padding-bottom: 16px;
}
*/
* a {
	outline: none;
	cursor: pointer;
}

/* @end  = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = */

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      FontSite Inc.
 * License URL: http://www.fontspring.com/fflicense/fontsite
 *
 *
 */
@font-face {
	font-family: 'CartoGothicProBook';
	src: url('../fonts/CartoGothicPro-Book-webfont.eot');
	src: local('☺'), url('../fonts/CartoGothicPro-Book-webfont.woff') format('woff'), url('../fonts/CartoGothicPro-Book-webfont.ttf') format('truetype'), url('../fonts/CartoGothicPro-Book-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

