/* CSS Document */
a:link		{color: #b9d300;
					text-decoration: none
					}
a:visited		{color: #b9d300;
					text-decoration: none
					}
a:active		{color: #b9d300;
					text-decoration: underline
					}
a:hover		{color: #b9d300;
					text-decoration: underline
					}

.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4f4f4f;
	text-align: left;
}

.main_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #b9d300;
	text-align: left;
}
					
.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #4f4f4f;
	text-align: left;
}

.menu_up {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}

.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #9c9c9c;
	text-align: left;
}

.menu_text_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #b9d300;
	text-align: left;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b9d300;
	text-align: left;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b9d300;
	text-align: left;
}

.main_green_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #b9d300;
	text-align: left;
}