body, html {
	font: 12px Arial, Verdana, Helvetica, Trebuchet;
	color: #171719;
	background-color: #ffffff;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: grey;
	text-decoration: none;
}

h1 {
/*	font-size: 18px;
	margin: 10px 0 5px 0;
	color: #2c3940;*/
}

h2 {
	font-size: 16px;
	margin-bottom: 10px;
	color:#e45736;
}

h3, h4, h5, h6 {
	font-size: 12px;
	font-weight:bold;
	margin: 0;
}

span {
	font-size: 13px;
	font-weight:bold;	
}

hr {
	height: 1px;
	background: #fff;
	margin: 10px 0px;
}

input, textarea, select {
	background: #FFF;
	border: 1px solid #888;
	margin: 4px 5px 0 5px;
	padding: 2px;
	vertical-align: baseline;
}


ul {
	list-style: inside square;
	margin-bottom: 5px;
}

ol {
	list-style: inside decimal;
}

p{
	margin-bottom: 10px;
}


/**
* PNG TRASPARENTI X IE6
**/

.pngFix { behavior: url('scripts/iepngfix.htc'); }
