@charset "UTF-8";
/* CSS Document */

#content {
	padding: 10px 0 14px 0;
    }

#content h2 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -.02em;
	line-height: 1.5em;
	text-transform: uppercase;
	}
    
#content h3 {
  display: block;
  	margin: 24px 14px 24px;
	font-size: 17px;
	font-weight: bold;
}

#content h4 {
	font-size: 13px;
    font-weight: bold;
}

#content h2, #content h4,#content p {
	margin: 10px 14px 0;
	}
    
#content p {
	line-height: 1.5em;
	}