/* CSS Document */

body{
	background-color:#B5A99B;
}
.coda{
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:10px;
}
#back_menu{
	background-image:url(../immagini/back_menu.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#main{
	background-color:#FFFFFF;
	font-family:Tahoma;
	color:#333333;
	font-size:12px;
}
.testo{
	font-family:Tahoma;
	color:#333333;
	font-size:11px;
}
.testo_blue{
	font-family:Tahoma;
	color:#1A657B;
	font-size:11px;
}
.testo_bold{
	font-family:Tahoma;
	color:#1A657B;
	font-size:12px;
	font-weight:bold;
}
.testo_light{
	font-family:Tahoma;
	color:#008ACC;
	font-size:12px;
	font-weight:bold;
}
a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
    color:#1A657B;
	text-decoration:none;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color:;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration:underline;
	color:;
}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color:;
}
#menu a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
    color:#1A657B;
	text-decoration:none;

}
#menu a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	color:#62CCFF;

}
#menu a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration:underline;
	color:#1A657B;

}
#menu a:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	color:#62CCFF;

}
#border{
	border-color:#CBC2B9;
	border-style:solid;
	border-width:1px;
}
#pop_up{
	background-color:#ffffff;
	border-color:#887A68;
	border-style:solid;
	border-width:1px;
	left: 63px;
	top: 125px;
}
#frame_top{
	background-image:url(../immagini/frame_top.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#frame_middle{
	background-image:url(../immagini/frame_middle.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}
#frame_bottom{
	background-image:url(../immagini/frame_bottom.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
