@charset "utf-8";
.main_text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #F7AE28;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #F7AE28;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #F7AE28;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #F7AE28;
	text-decoration: none;
}
.image_border {
	border: 1px solid #F7AE28;
}
.input_text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #003471;
	background-color: #F7AE28;
	border: 1px solid #000000;
}
.heading1 {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #F7AE28;
	font-weight: bold;
}
.heading2 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #F7AE28;
	font-weight: normal;
}
.menuitem_header {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.menuitem_description {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
}
