.footer {
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}
.titoligare {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.titoligareblu {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
.titoligarearan {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
}
.testohome {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}
.interlinea {
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
}
.dida {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #0066CC;
	font-variant: normal;
	font-weight: bold;
	font-style: normal;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;    
}


/* menu principale */
#top {
    background: url(../template/top.png);
    height: 78px;
}
#cmsmini-menu {
    padding-left: 250px;
    padding-top: 20px;
}
#cmsmini-menu li {
    display: inline;
    margin-left: 11px;
}
#cmsmini-menu a {
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#cmsmini-menu a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 2px solid #ff9900;
    padding-bottom: 2px;
}
