/*****************/
/*    Layout     */
/*****************/
body {
	margin: 0px;
	padding: 0;
	font: 71%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #002b72;
	background-color: #ebe55b;
	/*background-color: #E7EFF1;*/
	text-align: left;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

h1, h2, h3 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
h1 {
	font-size: 1.7em;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	line-height: 19px;
	width: 55%;
	height: 22px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	line-height: 19px;
	width: 100%;
	height: 28px;
}
h3 { font-size: 1.2em;
}

.testo-piccolo {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #558395;
}
/* form elements */
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input.button { 
	margin: 0; 
	font: normal 1em Arial, Sans-serif; 
	padding: 2px 3px; 
	color: #333;	
}
input.login-button { 
	margin: 0; 
	font: normal 1em Arial, Sans-serif; 
	padding: 2px 3px; 
	color: #333;	
}

.bg-top {
	background-image: url(http://www.dtekweb.com/factory/arpatravel/img/bg-top.jpg);
	height: 168px;
}.bordo-1{
	border: 1px solid #99CDFF;
}

.bg-tabella{
	background-image: url(../img/bg-lt-arpa.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.bg-sx{
	background-attachment: scroll;
	background-image: url(../img/bg-lt-sn.gif);
	background-repeat: repeat-y;
}
.bg-dx{
	background-attachment: scroll;
	background-image: url(../img/bg-lt-dx.gif);
	background-repeat: repeat-y;
}
.titolo:link {
	font-size: 14px;
	color: #194995;
	text-decoration: underline;
}
.titolo:visited {
	font-size: 14px;
	color: #194995;
	text-decoration: underline;
}
.titolo:hover {
	font-size: 14px;
	color: #194995;
	text-decoration: none;
}
.footer {
	font-size: 11px;
	color: #002b72;
}
.footerlink:link {
	font-size: 11px;
	color: #002b72;
	text-decoration: underline;
}
.footerlink:visited {
	font-size: 11px;
	color: #002b72;
	text-decoration: underline;
}
.footerlink:hover {
	font-size: 11px;
	color: #002b72;
	text-decoration: none;
}