@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-color: #6C73AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #003366;
}

.text {
	font-size: 11px;
}
.bg-noutati {
	background-image: url(images/bg-noutati.jpg);
	background-repeat: repeat-y;
}
.menulink {
	font-size: 12px;
	color: #435499;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.menulink:hover {
	text-decoration: underline;
	color: #CC0033;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.texthome {
	font-size: 11px;
	text-align: justify;
	line-height: 18px;
}

.texthome ul li {
	list-style-image: url(images/bullet2.jpg);
}

.textnoutati {
	font-size: 11px;
	text-align: left;
	line-height: 18px;
	color: #FFFFFF;
}
.bg-side {
	background-image: url(images/bg-side.gif);
	background-repeat: repeat-y;
}
.textfield {
	font-size: 11px;
	color: #2F438C;
	width: 150px;
	border: 1px solid #2F438C;
}
.textarea {
	font-size: 11px;
	color: #2F438C;
	width: 150px;
	border: 1px solid #2F438C;
	height: 150px;
}
.btn {
	font-size: 11px;
	color: #2F438C;
	width: 70px;
	border: 1px solid #2F438C;
}
.login-form {
	font-size: 9px;
	color: #003399;
	border: 1px solid #CCCCCC;
	width: 80px;
}
#descriptions {
	font-size: 11px;
	padding-top: 40px;
	padding-left: 20px;
	color: #000099;
}
.acoperire-title {
	font-size: 12px;
	font-weight: bold;
	color: #244384;
}
.acoperire-text {
	font-size: 12px;
	color: #244384;
}

