body
{
	font-family: 'Helvetica LT W01 Light';
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p strong, ul strong, ol strong
{
	font-weight:normal;
	font-family: 'Helvetica LT W01 Roman';
	color:#000;
}

h1, h2, h3, h4, h5, h6, p, img
{
	margin-bottom: 1rem;
	line-height: 1.5;
}



h2, h5, h6
{
	margin-bottom: 0 !important;
}

h3
{
	margin-bottom: 0.5rem;
	/*color: #00789f;*/
}

h3 + ul
{
	margin-top: 1rem !important
}

h1
{
	text-align: center;
	display:none;
}

h2, h3, h4, h5, h6
{
}

strong
{
	/*font-family: 'Helvetica LT W01 Bold';	*/
	font-family: 'Helvetica LT W01 Roman';
	/*color:#000;	*/
}

p, ul, ol
{
	font-size:1rem;
    color: #666;
}

ul
{
	font-size:0.9em;
	padding-left: 1rem;
	list-style-type: square;
	margin-top:-0.5rem;
}

p
{

}

a
{
    color: #00789f;
	border-bottom: 1px dotted #00789f;
    white-space: nowrap;    
}

a[href='#']
{
    color: #999;
	border-bottom: 1px dotted #00789f;
    white-space: nowrap;    
}

pre
{
	padding:1rem;
	background-color: #eee;
	display: block;
}

img
{
	width:75%;
	max-width:75%;
}