/* CSS Document */
.submenut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.submenut:link {
	text-decoration: none;
	color: #000000;
}
.submenut:visited { 
	text-decoration: none;
	color: #333333;
}
.submenut:hover { 
	text-decoration: none;
	color: #507C1D;
}
.submenut:active { 
    text-decoration: none;
	color: #000000;
}
.tera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.tera:link {
	text-decoration: none;
	color: #507C1D;
}
.tera:visited { 
	text-decoration: none;
	color: #333333;
}
.tera:hover { 
	text-decoration: none;
	color: #CCCCCC;
}
.tera:active { 
    text-decoration: none;
	color: #000000;
}
