@charset "utf-8";
/* CSS Document */

.text {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text-link {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.text-blue {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #2b519b;
	text-decoration: none;
}
.text-white {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.heading {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.heading1 {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #C88B00;
	text-decoration: none;
}

