.clearLeft{
	clear: left;
}
.clearRight{
	clear: right;
}
.textAlignC{
	text-align: center;
}
.textBig16{
	font-size: 16px;
}
.textBig20{
	font-size: 20px;
}

.textBig26{
	font-size: 26px;
}

.floatLeft{
	float: left;
}
h1, h2, h3, h4, h5{
	padding: 0px;
	margin: 0px;
}
img.whith100{
	width: 100%;
}
.bold{
	font-weight: bold;
}
a:link, a:visited{
	color: #0087CB;
}

.tColorOrange{
	color: #E84E1B;
}

.dCols2{

}

.dCols2 .col{
	width: 98%;
	margin-left: 0.8%;
	margin-right: 0.8%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: auto;
	float: initial;
}

@media screen and (min-width: 780px) 
{
	.dCols2 .col{
		width: 48%;
		float: left;
	}
}