@charset "UTF-8";
.main-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	color: #3C9CFD;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.main-txt-hdrs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000066;
}
.main-txt a:link {
	color: #3C9CFD;
	text-decoration: underline;
}
.main-txt a:visited {
	color: #3C9CFD;
	text-decoration: underline;
}
.main-txt a:hover {
	color: #000066;
	text-decoration: underline;
}
.main-txt a:active {
	color: #000066;
	text-decoration: underline;
}
