@charset "utf-8";
.menutxt {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4673a8;
	line-height: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d5d5d;
	line-height: 18px;
	text-align: justify;
}
.bluetxt {
	font-weight: bold;
	color: #4673a8;
}
.redtxt {
	color: #e00729;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #e00729;
}

a:visited {
	color: #e00729;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.greytxt {
	font-weight: bold;
	color: #908e8e;
}
.orangetxt {
	color: #E6691E;
	font-size: 15px;
}
.bigredtxt {
	font-size: 36px;
	color: #E00729;
	line-height: 30px;
	text-align: left;
}
