@charset "utf-8";
/* CSS Document */

/* default.css */
body,div,form,h1,h2,h3,h4,h5,h6,hr,address,ul,li,a {
margin:0px;
padding:0px;
}

body {
color:#000;
background:url(../img/bg_tile.png) repeat;
font-family:Tahoma,Arial,sans-serif;
font-size:12px;
/*line-height:18px;*/
text-align: center;/* centra il contenitore nei browser IE 5*.
	Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #main_container */
margin:0px;
padding:0px;
}

p{
line-height:18px;
}

a{
text-decoration:none;
color: #000;
}
a:hover{
	text-decoration:none;
	color: #03f;
}


h1{
font-size:36px;
}
h2{
font-size:24px;
}
h3{
font-size:18px;
}
h4{
font-size:14px;
}
h5{
font-size:12px;
}
h6{
font-size:11px;
}
hr{
	height:1px;
	border-style: none;
	color: #fff; /* need this for IE */
	background-color:#fff;  /* need this for Mozilla */
}
address{
font-style:normal;
}
table{
border-collapse:collapse;
/*
border-width:1px;
border-spacing:0;
*/
}

/*utils*/
div.overflow{
white-space:nowrap;
overflow:hidden;
}

.error{color:red;}
/* END default.css */


