html, body {
        margin: 0;
        padding: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 12px;
}
a:hover {
	text-decoration: underline;
}
a.menu img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a.menu:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.title {
	font-size: 12px;
	color: #2354A0;
	text-decoration: none;
}
.title a:hover {
	color: #2354A0;
	text-decoration: none;
	border-bottom: 1px Dashed;
}
.title a:link {
	color: #2354A0;
	text-decoration: none;
}
.title a:visited {
	color: #2354A0;
	text-decoration: none;
}
.text {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
.text a:hover {
	color: #2354A0;
	text-decoration: none;
	border-bottom: 1px Dashed;
}
.text a:link {
	color: #2354A0;
	text-decoration: none;
}
.text a:visited {
	color: #2354A0;
	text-decoration: none;
}
.textbold {
	font-size: 12px;
	color: #2354A0;
	text-decoration: none;
}
.footer {
	font-size: 10px;
	color: #2354A0;
	text-decoration: none;
}
a.footer img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a.footer:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2354A0;
	text-decoration: none;
	border: 1px solid;
	background-color: #FFFFFF;
}
.imgbordo {
    border: 1px solid #CDCDCD;
    padding: 5px;
}
.noborder a:hover {
	border-bottom: 0px Dashed;
}