
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #B6E4F6;
	padding-bottom: 2px;
}
.titleblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-style: normal;
	font-weight: bold;
	color: #191970;
	border-bottom: 1px solid #B6E4F6;
	padding-bottom: 2px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.textblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #191970;
	}
.textBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.textBOLDblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #191970;
}
.titleSMALL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}
a:link {
	color: #B6E4F6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B6E4F6;
}
a:hover {
	text-decoration: underline;
	color: #B6E4F6;
}
a:active {
	text-decoration: none;
	color: #B6E4F6;
}
.tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
.textBIG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
}