@charset "utf-8";
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
}
.linksubmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-align: right;
	text-decoration: none;
}
.linksubmenu a:hover{
font-weight: bold;
color: #F60;
text-decoration: underline;
}
.linkactived {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F60;
	text-decoration: none;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.title a:hover{
	font-weight: bold;
	color: #090;
	text-decoration: underline;
}

.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align: left;
}
.normaltext a:hover{
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

.linksubmenu_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-align: right;
	text-decoration: none;
}

.linkactived02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #090;
	font-weight: bold;
	text-decoration: underline;
}

.nametext{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
font-family: Arial, Helvetica, sans-serif;
background: #666666;
font-size: 11px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
.nametext a:hover{
	font-weight: bold;
	color: #F60;
	text-decoration: underline;
}
