/*Copyright 2008 This CSS code was written by Marcus Neto of EEtemplates.com */
@charset "UTF-8";
/* CSS Document */

body{
	font-size: 12px;
	color: #2c2c2c;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h1 {
	padding: 4px 0px;
	line-height: 145%;
	letter-spacing: -1px;
}

h2 {
	line-height: 145%;
	padding: 4px 0px;
	letter-spacing: -1px;
}

h3 {
	font-size: 22px;
	line-height: 145%;
	padding: 4px 0px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 7px;
}
h4 {
	line-height: 145%;
	padding: 4px 0px;
	color: #3d3d3d;
	font-weight: bold;
	font-size: 16px;
}
p {
	padding-bottom: 10px;
	line-height: 145%;
}
ol,ul {
	margin-left: 20px;
	line-height: 145%;
}
.clear {display: none; clear: left; visibility: hidden;}