/* CSS Document */
html, body {
	margin:0;
	padding:0;
	font-family:Verdana, sans-serif;
	text-align:center;
	}
	
body {
	background-color: #F3D999;	
	}

div#container   {
	position:relative;
	width:770px;
	
	visibility:visible;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	border-right-color: #953C33;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #953C33;
	border-left-style: solid;
	border-left-width: 1px;
    }
	
div#footer{
	background-color: #F3D999;
	font-family: verdana,sans-serif;
	font-size: 60%;
	font-style: normal;
	text-align: center;
	color: #953C33;
	border-top-color: #953C33;
	border-top-style: solid;
	border-top-width: 10px;
	padding-top: 8px;
	border-bottom-color: #953C33;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 8px;
	}
	
.text{
	font-family: verdana,sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	line-height: 1.1em;
	}
	
.minitext{
	font-family: verdana,sans-serif;
	font-size: 9px;
	font-style: normal;
	text-align: left;
	color: #953C33;
	margin-left: 10px;
	margin-right: 5px;
	line-height: 1.1em;
	
	}
	
.minitext a{
	font-family: verdana,sans-serif;
	font-style: normal;
	text-align: center;
	color: #953C33;
	text-decoration: none;
	}
	
.minitext a:hover{
	font-family: verdana,sans-serif;
	font-style: normal;
	text-align: center;
	color: #F40108;
	text-decoration: underline;
	}
	
div#footer a{
	font-family: verdana,sans-serif;
	font-style: normal;
	text-align: center;
	color: #953C33;
	text-decoration: none;
	}
	
div#footer a:hover{
	font-family: verdana,sans-serif;
	font-style: normal;
	text-align: center;
	color: #F40108;
	text-decoration: underline;
	}

	
li{
	font-family: verdana,sans-serif;
	font-size: 70%;
	font-style: normal;
	text-align: left;	
	}
	

input {
	font-family: Verdana, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #F1A82A;
	border: 1px double #953C33;
}
textarea {
	font-family: Verdana, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #F1A82A;
	border: 1px double #953C33;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	border: 1px double #999999;
}
.tdchk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.title {
	font-family: verdana,sans-serif;
	font-size: 70%;
	font-style: bold;
	text-align: left;
	color: #953C33;
	
}

.tabella{
	border-top-color: #953C33;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #953C33;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #953C33;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #953C33;
	border-left-style: solid;
	border-left-width: 1px;
	margin-bottom: 10px;
}
