body {
	padding: 0 0 50px 0;
	margin: 0;
	line-height: 1;
	font-family: Verdana, arial, sans-serif;
	font-size: 9px;
	color: #717377;
	background: #e6e9e0;
}

* {
	margin: 0;
	padding: 0;
}

ul, ol { list-style: none; }

a, a:visited {
	color: #717377;
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

img { border: 0; }


/*
 	Titles.
*******************************/
h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 10px;
}

p {
	font-size: 10px;
	line-height: 12px;
}


/*
 	MISC.
*******************************/

.show { display: block; }
.hide { display: none; }

/* clearfix */
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
