.menu {
	color: #656566;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	text-align: justify;
	text-indent: 0pt;
	border-top: medium none green;
	border-bottom: medium none green;
}
.text {
	color: #494949;
	font: 8pt/10pt Arial, "Times New Roman", Helvetica, Geneva, Swiss, SunSans-Regular, Georgia, Times;
}
.text2 {
	color: #494949;
	font: 8pt/normal Tahoma, Arial, "Times New Roman", Helvetica, Geneva, Swiss, SunSans-Regular, Georgia, Times;
	text-align: justify;
}
a.menu, a.menu:link, a.menu:visited {
	color: #530703;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Verdana, Tahoma;
	padding: 5px 5px 6px 5px;
	display: block;
	text-align: right;
}
a.menu:hover {
	color: #DB1309;
	font-weight: bold;
}

a.submenu, a.submenu:link, a.submenu:visited {
	color: #530703;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Verdana, Tahoma;
	text-decoration: none;
	padding: 5px 5px 6px 5px;
	display: block;
}
a.submenu:hover {
	color: #DB1309;
	background-color: #FFFFF7;
}