.textleft
{
	text-align: left;
}
	
.textcentre
{
	text-align: center;
}
	
.textright
{
	text-align: right;
}

p
{
	margin: 0 0 20px 0;
}

strong, b
{
	font-weight: 600;
}

em, i
{
	font-style: italic;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 20px 0;
	letter-spacing: -0.8px;
	font-weight: 400;
	font-family: "Montserrat";
	text-transform: uppercase;
	color: #444;
}

	h1
	{
		font-size: 30px;
		line-height: 30px;
	}
	
	h2
	{
		font-size: 28px;
		line-height: 28px;
	}
	
	h3
	{
		font-size: 26px;
		line-height: 26px;
		letter-spacing: -0.2px;
	}
	
	h4
	{
		font-size: 24px;
		line-height: 24px;
		letter-spacing: -0.2px;
	}
	
	h5
	{
		font-size: 22px;
		line-height: 22px;
		letter-spacing: -0.2px;
	}
	
	h6
	{
		font-size: 20px;
		line-height: 20px;
		letter-spacing: -0.2px;
	}
	
ul
{
	margin: 0 0 20px 35px;
	list-style-type: square;
}

	ul li
	{
		padding: 0 0 0 2px;
	}

		ul ul
		{
			margin: 0 0 0 25px;
		}
		
ol
{
	margin: 0 0 20px 35px;
	list-style-type: decimal;
}

	ol li
	{
		padding: 0 0 0 2px;
	}

		ol ol
		{
			margin: 0 0 0 25px;
		}

hr
{
	clear: both;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	border: none;
	border-top: 1px dashed #CCC;
	color: #333;
	text-align: center;
}


@media screen and (max-width: 768px)
{
		
	.textcentre
	{
		text-align: left;
	}
		
	.textright
	{
		text-align: left;
	}
	
}


