body, html {
	font: 11px Arial, Verdana, Helvetica;
	color: #2f2f2f;
	background: #010101 url('../images/it/gif/bg-simbolo.gif') no-repeat 56% 0;
}

a:link {
	color: #0072b8;
	text-decoration: underline;
}

a:visited {
	color: #0072b8;
	text-decoration: underline;
}

a:hover {
	color: #00446d;
	text-decoration: none;
}

h1 {
/*	font-size: 28px;*/
	font-weight: normal;
}

h2 {
	font-size: 23px;
	color: #747474;
	font-weight: normal;
}

h3, h4, h5, h6 {
	font-size: 12px;
	margin: 0;
}

hr {
	height: 2px;
	background: #000;
	margin: 10px 0px;
}

input, textarea, select {
	border: 1px solid #888;
	margin: 4px 5px 0 5px;
	padding: 2px;
	vertical-align: baseline;
	color: #FFF;
}

ul {
	list-style: inside square;
	margin-bottom: 5px;
}

ol {
	list-style: inside decimal;
}

p{
	margin-bottom: 10px;
}

strong {
	color: #21324e;
}

/**
* CustomSelect
**/

.customSelect {
	border: 1px solid #888;
	margin: 4px 5px 0 5px;
	padding: 2px 16px 2px 2px;
	position: relative;
}

.customSelectOptions {
	background: #FFF;
	border: 1px solid #888;
	padding: 2px;
}

.customSelectOption {
	background: #FFF;
	color: #55F;
	padding: 1px;
}

.customSelectOption:hover {
	background: #55F;
	color: #FFF;
}

.customSelectOptionIcon {
	margin-right: 5px;
}