body { font : 100.01%/1.6 arial, helvetica, sans-serif; }

/* =defaults */
a { color : #11265D; }
a:visited { color : blue;}
a:hover { color : #5965C9; }
p, li, dd, td, label { font-size : 70%; }

/* =h1 */

h1,h2,h3,h4 {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
}

div.content h1 {
	color: #3c721c;
	font-weight: normal;
	font-size: 130%;
}

h1#first {
	background: #fff url(/_assets/img/header.gif) 15px 23px no-repeat; 
	height: 82px;
	line-height: 1.3;
}
h1#first a {
	display: block;
	outline: none;
	text-indent: -9999px;
}

h1#first span { font-size: 40%; color: #31302f; display: block; float: right; padding-right: 16px;}

div#whatis h1 {
	color: #8c4022;
}

div#loyal h1, div#areyou h1 {
	color: #31302f;
	font-size: 200%;
	font-weight: bold;
	line-height: 1;
}

/* =h2 */

div#whatis h2 {
	color: #3c721c;
	font-weight: normal;
	font-size: 120%;
	
}

/* =h3 */
/* =h4 */
/* =h5 */
/* =h6 */

/* =p */

div#areyou p {
	padding-right: 130px;
	font-size: 110%;
	line-height: 1.1;
	text-transform: lowercase;
	color: #8c4022;
	margin: 8px auto;
}

div#loyal p {
	padding-right: 100px;
	font-size: 110%;
	line-height: 1.1;
	text-transform: lowercase;
	color: #3c721c;
	margin: 8px auto;
}

div#counter p {
	font-size: 160%;
	line-height: 1;
	color: #5965C9;

}

div#counter p em {
	color: #8c4022;
}

div#counter p span.cheat {
	color: #67BB35;
}

/* =dl */
/* =dt */
/* =dd */