.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #484848;
}
.text-bold-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #003593;
	text-decoration: underline;

}
.text-dark-background {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #798DBC;
}
.text-header-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #003593;
}
.text-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #484848;
}
.text-subheader-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #FA6217;
}
.cell-back-grey {
	background-color: #EFEFEF;
}
a:link {
	color: #FF6E00;
}
a:visited {
	color: #FF6E00;
}
a:hover {
	color: #003593;
	text-decoration: none;
}
a:active {
	color: #003593;
	text-decoration: none;
}
a.top:link {
	color: #FFFFFF;
}
a.top:visited {
	color: #FFFFFF;
}
a.top:hover {
	color: #FF8D36;
	text-decoration: none;
}
a.top:active {
	color: #FF8D36;
	text-decoration: none;
}
a.grey:link {
	color: #484848;
}
a.grey:visited {
	color: #484848;
}
a.grey:hover {
	color: #003593;
	text-decoration: none;
}
a.grey:active {
	color: #003593;
	text-decoration: none;
}
