
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #475e87;
	text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.text a:link {
	color: #000000;
	text-decoration: none;
}
.text a:visited {
	color: #000000;
	text-decoration: none;
}
.text a:hover {
	color: #000000;
	text-decoration: underline;
}
.text a:visited:hover {
	color: #000000;
	text-decoration: underline;
}

.textCat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.textCat a:link {
	color: #000000;
	text-decoration: none;
}
.textCat a:visited {
	color: #000000;
	text-decoration: none;
}
.textCat a:hover {
	color: #000000;
	text-decoration: underline;
}
.textCat a:visited:hover {
	color: #000000;
	text-decoration: underline;
}


.textFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #475e87;
	text-decoration: none;
	line-height: 16px;
	font-weight: bold;
}
.textFooter a:link {
	color: #475e87;
	text-decoration: none;
}
.textFooter a:visited {
	color: #475e87;
	text-decoration: none;
}
.textFooter a:hover {
	color: #ecbc1d;
	text-decoration: underline;
}
.textFooter a:visited:hover {
	color: #ecbc1d;
	text-decoration: underline;
}

