.menumain, a.menumain:link, a.menumain:visited {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #F0DB9A;
	border-bottom: none;
}

a.menumain:active, a.menumain:hover {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: none;
}

a.menumainsel:active, a.menumainsel:hover, a.menumainsel:link, a.menumainsel:visited {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: none;
}

.menusub, a.menusub:link, a.menusub:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #7D6C37;
	background-color: #F0DB9A;
	border-bottom: none;

}

a.menusub:active, a.menusub:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #F0DB9A;
	border-bottom: none;

}
.menusubsel, a.menusubsel:link, a.menusubsel:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #7D2626;
	background-color: #DAA520;
	border-bottom: none;
}

a.menusubsel:active, a.menusubsel:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #DAA520;
	border-bottom: none;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #660000;
}

p, .txt, ul, li, td {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 17px;
	
	}
	
a:link, a:visited, a:active {
	font-weight: bold;
	border-bottom: 1px dotted #000;
	color: #660000;
	text-decoration: none;
}

a:hover  {
	font-weight: bold;
	border-bottom: none;
	color: #660000;
	text-decoration: none;
}

