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

body{
	font-size: 12px;
	color: #333333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h1 {
	font-size: 24px;
	line-height: 145%;
}

h2 {
	line-height: 145%;
	font-size: 20px;
	padding: 4px 0px;
}

h3 {
	font-size: 18px;
	line-height: 145%;
	padding: 4px 0px;
}
h4 {
	line-height: 145%;
	font-size: 18px;
	padding: 4px 0px;
	color: #3d3d3d;
	font-style: italic;
}
p {
	padding-bottom: 7px;
	font-size: 12px;
	line-height: 145%;
}
ol,ul {
	margin-left: 20px;
	line-height: 145%;
}
.clear {display: none; clear: left; visibility: hidden;}