html{/*	overflow: -moz-scrollbars-vertical; /* visualizza sempre la scrollbar laterale per firefox */
	overflow-y:scroll;
	overflow-x:auto;
	overflow:moz-scrollbars-vertical;
}

body{
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-align:center;
	margin:2px 0px; padding:0px;
}

input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	overflow: auto;
}

#container{
	min-height: 620px;
	height: auto !important;
	height: 620px;
	width: 960px;
	margin: 0px auto;
	background-color: White;
}

#main{
	background-color: White;
	width: 960px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	margin: 0px auto;
	border-color: Black;
	border-width: 1px;
	border-style: groove;
	position: relative;
}

#header{
	height: 130px;
	width: 960px;
	z-index: 99;
	position: relative;
}

#menu{
	text-align: left;
	width: 960px;
	height: 60px;
	background-color: #F19300;
	background-image: url(img/sfondo_menu.gif);
	position: relative;
	left: 0px;
}

#logo_csfb{
	width: 139px;
	height: 135px;
	bottom: 24px;
	left: 30px;
	position: absolute;
}

#content{
	min-height: 388px;
	height: auto !important;
	height: 388px;
	width: 960px;
	background-color: White;
	position: relative;
	left: 0px;
}

#footer{
	text-align: center;
	width: 960px;
	height: 17px;
	background-color: #F19300;
	padding-top: 5px;
	position: relative;
	left: 0px;
}

#footer{
	text-align: center;
	width: 960px;
	height: 17px;
	background-color: #F19300;
	padding-top: 5px;
	position: relative;
	left: 0px;
}

h1{
	color: White;
	font-size: 10px;
	font-weight: normal;
	display: inline;
}

a:link {
color:Black; text-decoration:none
}
a:visited {
color:Black; text-decoration:none
}
a:active {
color:White; text-decoration:none
}
a:hover {
color:White; text-decoration:none
}
a:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset: 3px;
}

a.u:link {
color:Black; text-decoration:none
}
a.u:visited {
color:Black; text-decoration:none
}
a.u:active {
color:Black; text-decoration:underline
}
a.u:hover {
color:Black; text-decoration:underline
}
a.u:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset: 3px;
}

a.arancio:link {
color:#f19300; text-decoration:none
}
a.arancio:visited {
color:#f19300; text-decoration:none
}
a.arancio:active {
color:#f19300; text-decoration:underline
}
a.arancio:hover {
color:#f19300; text-decoration:underline
}
a.arancio:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset: 3px;
}

a.t:link {
color:Black; text-decoration:none
}
a.t:visited {
color:Black; text-decoration:none
}
a.t:active {
color:Black; text-decoration:underline
}
a.t:hover {
color:Black; text-decoration:underline
}
a.t:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset: 3px;
}

