@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bkg.jpg);
	background-repeat: repeat-y;
	background-color: #F7763C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-align: justify;
}

.main A:link {
	font-weight: bold;
	color: #E74A8D;
	text-decoration: none;
}

.main A:visited {
	font-weight: bold;
	color: #E74A8D;
	text-decoration: none;
}

.main A:hover, A:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #EB4E91;
}

.main {
	position: absolute;
	width: 240px;
	float: none;
	z-index: 1;
	left: 10px;
	top: 142px;
	padding: 5px;
}
.menu {
	position: absolute;
	z-index: 2;
	height: 100px;
	width: 100px;
	left: 273px;
	top: 436px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #1644B3;
}
.menu A:link, A:visited {
	letter-spacing: 2px;
	font-weight: bold;
	color: #1644B3;
	text-decoration: none;
}
.menu A:hover {
	letter-spacing: 2px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E74A8D;
}

.titoletti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	color: #FFFFFF;
	
}

INPUT,TEXTAREA,select {
	border: 1px solid #1644B3;
	font-family: Tahoma;
	font-size: 9px;
	color: #666666;
	background-color: #FDBC5E;
	}
