a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {

	text-decoration: none;
}
h1 {
    font-size: 36px;
    color: #11A8E1;
    font-weight: Bold;
    margin: 0px;
}
h2 {

	font-size: 24px;
	color: #2f373d;
	font-weight: 400;
	margin: 0px;
	line-height: 120%;
}

h3 {

	font-size: 20px;
	color: #2f373d;
	font-weight: 400;
	margin: 0px;
	line-height: 120%;
}
h4 {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    font-weight: 200;
}
h5 {
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 0PX;
    margin-right: 0PX;
    margin-bottom: 0PX;
    margin-left: 0PX;
    font-weight: lighter;
}


.txt-lg {
	font-size: 18px;

}
.txt-md {
    font-size: 16px;

}
.txt-sm {
	font-size: 12px;
}
.txt-xs {
	font-size: 10px;
}
.txt-gris {
    color: #707070;
}

.txt-color-1 {
    color: #11A8E1;
}
.txt-color-gris {
    color: #878787;
}
.txt-color-2 {
    color: #CEC07B;
}
