/* CSS Document */

body {
	margin:0 0 0 0;
	background-color:#e3e2ce;
	background-image:url(../img/sf_base.jpg);
	background-repeat:repeat-x;
	}
	
table, tr, td {
	font-family:Tahoma;
	font-size:11px;
	font-style:normal;
	color:#706846;
	}
	
.font10 {
	font-size:10px;
	}
	
b.bianco {
	color:#ffffff;
	}
	
.bianco {
	color:#ffffff;
	}
	
.giustificato {
	text-align:justify;
	}
	
b {
	color:#7c7154;
	}
	
.font12 {
	font-size:12px;
	}
	
a.link1 {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#c3423a;
	text-decoration:underline;
	padding-left:2px;
	padding-right:2px;
	}
	
a.link1:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#c3423a;
	padding-left:2px;
	padding-right:2px;
	}

a.link2 {
	font-family:Tahoma;
	font-size:11px;
	font-style:normal;
	color:#ffffff;
	text-decoration:none;
	}
	
a.link2:hover {
	text-decoration:underline;
	}
	
a.link3 {
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#c3423a;
	text-decoration:underline;
	}
	
a.link3:hover {
	text-decoration:underline;
	color:#c3423a;
	}
	
.bordo_grigio {
	border-left:2px solid #ffffff;
	border-right:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	}
	
.bordo_beige {
	border:1px solid #bebaab;
	background-color:#DAD8C3;
	}
	
.footer {
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#706847;
	}
	
.norepeat {
	background-repeat:no-repeat;
	}
	
.repeat_x {
	background-repeat:repeat-x;
	}
	
form {
	margin:0px;
	}
	
.input {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#706846;
	width:170px;
	height:18px;
	padding-left: 2px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #8B8B8B;
	border-left-color: #8B8B8B;
	border-bottom-color: #E2E2E2;
	border-right-color: #E2E2E2;
	}
	
.select {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#706846;
	width:170px;
	}
	
.textarea {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#706846;
	width:170px;
	height:50px;
	padding-left: 2px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #8B8B8B;
	border-left-color: #8B8B8B;
	border-bottom-color: #E2E2E2;
	border-right-color: #E2E2E2;
	}
