/* CSS Document */

/* tags */

body {
	background: #D2EAD8;
	color: #647D80;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
	list-style: url(../images/scudino2.gif) outside;
}
table {
	color: #647D80;
	text-align: justify;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font: italic normal 20pt "Times New Roman", Times, serif;
	color: #E6FAF1;
	background: #709E93;
	text-align: center;
}
h2 {
	color: #709E93;
	background: #E6FAF1;
	font: bold small-caps 16px "Times New Roman", Times, serif;
	text-align: center;
}
a {
	color: #566769;
	font-weight: bold;
}
a:visited {
	color: #647D80;
	font-weight: bold;
}
a:hover {
	color: #709E93;
	font-weight: bold;
	text-decoration: none;
}
input {
	font: 11px Tahoma, Verdana, Arial;
	color: #647D80;
	background: #E6FAF1;
	border: 1px solid #709E93;
}



/* id */

#enter {
	margin: 5px;
	padding: 5px 300px 5px 350px;
}
#tempo {
    position: absolute;
	left: 595px;
	top: 5px;
	width: 182px;
	height: 23px;
	z-index: 1;
}
#missiva {
	position: absolute;
	top: 50px;
	left: 200px;
	visibility: hidden; 
	background: #ffdead;
	border: 1px solid #800000;
}


/* classi */

.one {
	background: #D2EAD8;
	border-top: 1px solid #E6FAF1;
	border-right: 1px solid #E6FAF1;
	border-bottom: 1px solid #AAD0B3;
	border-left: 1px solid #AAD0B3;
}
.two {
	background: #B8DDD4;
	border-top: 1px solid #DDEEEA;
	border-right: 1px solid #DDEEEA;
	border-bottom: 1px solid #8EB3AA;
	border-left: 1px solid #8EB3AA;
}
.header {
	background: #647D80;
	border-top: 1px solid #87AAAD;
	border-right: 1px solid #87AAAD;
	border-bottom: 1px solid #566769;
	border-left: 1px solid #566769;
	font-weight: bold;
	text-align: center;
	color: #E6FAF1;
}
.left {
	background: #B8DDD4;
	color: #566769;
	margin: 5px;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.title {
	border-top: 0px dotted #709E93;
	border-right: 0px dotted #709E93;
	border-bottom: 1px dotted #709E93;
	border-left: 0px dotted #709E93;
}
.quote {
	background: #E6FAF1;
	margin: 10px 40px;
	padding: 15px;
	border: 1px solid #709E93;
	font: italic 11pt "Times New Roman", Times, serif;
}
.blu {
	color: #000099;
}
