@charset "utf-8";
/* CSS Document */

a:link {color: #2d446d; text-decoration:none}
a:visited {color: #2d446d; text-decoration:none}
a:hover {color: #C00; text-decoration:none}
a:active {color: #C00; text-decoration:none}

body{
	background-image:url(images/sfondo.png);
	background-color:#4f6fa7;
	background-repeat:repeat-x;
}

.menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold
}

.modulo_contatti {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333
}

.down{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF
}

.curriculum{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333
}

#border_l{
	border:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
}
#border_r{
	border:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
}
#border_d{
	border:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#border_t{
	border:#CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
}
#border_lr{
	border:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
}
#border_ld{
	border:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#border_rd{
	border:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#border_lrd{
	border:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#border_lrt{
	border:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-top-style:solid;
	border-top-width:1px;
}
#border_rdt{
	border:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-style:solid;
	border-top-width:1px;
}
#border_lrdt{
	border:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-style:solid;
	border-top-width:1px;
}
#barra
{
    overflow: Auto;
    width: 150px;
    height: 200px;
    margin: 0px;
}