html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	height: 100%;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.nowrap {
	white-space: nowrap;
}

.hm-header {
	margin-top: 30px;
	padding-bottom: 20px;
}

.hm-footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
	border-top: 1px solid #19b5e6;
	padding: 3px;
	border-top: 1px solid #19b5e6;
}

.main-container {
	width: 946px;
	overflow: visible;
}

.clear {
	clear: both;
}

.navigation {

}

.nav-search {
	display: block;
	float: left;
	padding: 8px 10px 5px 10px;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Geneva, sans-serif;;
	font-size: 10px;
	height: 42px;
	font-weight: normal;
	background-repeat: repeat-x;
	color: #000000;
	background-image: url("../images/imgcss/nav-bgr.png");
	padding-left: 5px;
}

.nav-search input[type="text"] {
	width: 100px;
}

.nav-button {
	display: block;
	float: left;
	width: 120px;
	padding: 10px 0px 5px 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 18px;
	height: 42px;
	font-weight: normal;
	background-repeat: repeat-x;
	color: #ffffff;
	text-decoration: none;
	background-image: url("../images/imgcss/nav-bgr.png");
}

.nav-button:hover {
	color: #cccccc;
	text-decoration: none;
	background-image: url("../images/imgcss/nav-down-bgr.png");
}

.nav-button-active {
	display: block;
	float: left;
	width: 120px;
	padding: 10px 0px 5px 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 18px;
	height: 42px;
	font-weight: normal;
	background-repeat: repeat-x;
	color: #19b5e6;
	text-decoration: none;
	background-image: url("../images/imgcss/nav-active-bgr.png");
}

.nav-button-active:hover {
	color: #19b5e6;
	text-decoration: none;
	background-image: url("../images/imgcss/nav-active-bgr.png");
}

.nav-sep {
	display: block;
	float: left;
	width: 1px;
	height: 42px;
	background-repeat: repeat-x;
	text-decoration: none;
	background-image: url("../images/imgcss/nav-sep.png");
	color: #ffffff;
}

.article-font-1 { /* testo */
	font-family: "Lucida Sans Unicode", Verdana, Arial, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #444;
	line-height: 24px;
	text-align: justify;
	margin-right: 36px;
	margin-left: 36px;
	font-weight: normal;
}

.article-font-1 ol,ul {
	list-style: disc;
}

.article-font-2 { /* testo_bold */
	font-family: "Lucida Sans Unicode", Verdana, Arial, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	color: #444;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
}

.article-font-3 { /* testo_bianco */
	font-family: "Lucida Sans Unicode", Verdana, Arial, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	color: #ffffff;
	line-height: 24px;
	text-align: justify;
	margin-right: 22px;
	margin-left: 22px;
	font-weight: normal;
}

.article-font-4 { /* testo_bianco_faq */
	font-family: "Lucida Sans Unicode", Verdana, Arial, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #ffffff;
	line-height: 24px;
	text-align: justify;
	margin-right: 22px;
	margin-left: 22px;
	font-weight: normal;
}

.article-font-5 { /* testo_bianco_bold */
	font-family: "Lucida Sans Unicode", Verdana, Arial, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #ffffff;
	line-height: 24px;
	text-align: justify;
	margin-right: 36px;
	margin-left: 36px;
	font-weight: bold;
}

p { /*
	text-align: center;
	*/

}

.testo { /* testo */
	font-family: "Lucida Sans Unicode", Verdana, Arial, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #444;
	line-height: 24px;
	text-align: justify;
	margin-right: 36px;
	margin-left: 36px;
	font-weight: normal;
}

.testo_bold { /* testo_bold */
	font-family: "Lucida Sans Unicode", Verdana, Arial, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	color: #444;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
}

.testo_bianco { /* testo_bianco */
	font-family: "Lucida Sans Unicode", Verdana, Arial, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	color: #ffffff;
	line-height: 24px;
	text-align: justify;
	margin-right: 22px;
	margin-left: 22px;
	font-weight: normal;
}

.testo_bianco_faq { /* testo_bianco_faq */
	font-family: "Lucida Sans Unicode", Verdana, Arial, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #ffffff;
	line-height: 24px;
	text-align: justify;
	margin-right: 22px;
	margin-left: 22px;
	font-weight: normal;
}

.testo_bianco_bold { /* testo_bianco_bold */
	font-family: "Lucida Sans Unicode", Verdana, Arial, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #ffffff;
	line-height: 24px;
	text-align: justify;
	margin-right: 36px;
	margin-left: 36px;
	font-weight: bold;
}

.hm-list li a:link {
	text-decoration: none;
	color: #FFF;
}

.hm-list li a:visited {
	text-decoration: none;
	color: #FFF;
}

.hm-list li a:hover {
	text-decoration: none;
	color: #1AB6E9;
}

.hm-list li a:active {
	text-decoration: none;
	color: #FFF;
}