@charset "utf-8";
body {
	margin: 20px;
	padding: 0;
	color: #3C3728;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
h4 {
	font-size: 14px;
	text-transform: capitalize;
	color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	margin-bottom: 0px;
}
p {
	margin-top: 5px;
	line-height: 15px
}

