@charset "utf-8";
.menuyellow {
	color: #FEEB46;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.whitetext {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

body {
	background-color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #023F7E;
}
a:link {
	text-decoration: none;
	color: #05AAB0;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #05AAB0;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #05AAB0;
	font-family: Arial, Helvetica, sans-serif;
}
.menu {
	color: #05AAB0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.webtext {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.Heading {color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }

