table
{
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}
td
{
	vertical-align: top;
	padding: 0px;
}


td, table, select, input, textarea
{
	font-family: Verdana;
	font-size: 15px;
	vertical-align: top;
	line-height: 18px;
	color: Black;
}

form
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin: 0px;
	padding: 0px;
	background-color: #fcfcfc;
	background-image: url(../images/sfondo_home.jpg);
	/*background-image: url(../images/klimt_intero.jpg);*/
	/*background: url(../images/repeat.gif);*/
}

span a
{
	color: #B1B2B3;
	text-decoration: none;
	background: url(../images/marker.gif) no-repeat 0 5px;
	padding-left: 8px;
}

.list ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 12px;
}
.list ul li
{
	background: url(../images/list_bg.gif) no-repeat 0 5px;
	padding-left: 11px;
}
.list ul li a
{
	color: #C3C3C3;
	text-decoration: underline;
}
.list ul li a:hover
{
	text-decoration: none;
}

.list1 ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 14px;
}
.list1 ul li
{
	background: url(../images/list_bg1.gif) no-repeat 0 7px;
	padding-left: 8px;
}
.list1 ul li a
{
	color: #B1B2B3;
	text-decoration: underline;
}
.list1 ul li a:hover
{
	text-decoration: none;
}

.foot
{
	background: url(../images/footer.gif);
}
.footer
{
	color: #565F6A;
	font-size: 10px;
	padding-left: 23px;
	vertical-align: middle;
}
.footer a
{
	color: #565F6A;
	text-decoration: none;
}
.footer a:hover
{
	text-decoration: underline;
}

.head
{
	padding-right: 20px;
	vertical-align: middle;
	text-align: right;
}

.px
{
	background: url(../images/px.gif) repeat-x;
}

.main_bg
{		
	background: url(../images/main_bg.jpg) no-repeat;
}

.y
{
	background: url(../images/y.gif) repeat-y;
}

a
{
	color: #C3C3C3;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

strong a
{
	color: #C3C3C3;
	text-decoration: underline;
	font-weight: normal;
}
strong a:hover
{
	text-decoration: none;
}

span
{
	color: #C3C3C3;
}

b
{
	color: #B1B2B3;
}

.form input
{
	width: 144px;
	height: 19px;
	color: #6C7683;
	padding: 1px 0 0 6px;
	background-color: #3D434A;
	border: #4C4D4D 1px solid;
}

.form textarea
{
	width: 144px;
	height: 50px;
	color: #6C7683;
	overflow: auto;
	padding: 1px 0 0 6px;
	background-color: #3D434A;
	border: #4C4D4D 1px solid;
}


