body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 86%;
}

ul.list {
	list-style-image: url(img/bullet.png);
}

ul.stdlist {
	list-style-image: url(img/bullet_square.gif);
}

ul.minilist {
	list-style-image: url(img/bullet_square_mini.gif);
	font-size: 11px;
}

ul.mainmenu {
	list-style-image: url(img/icon.png);
	margin-left: 22px;
	margin-top: 40px;
}

ul.mainmenu li a {
	color: #333333;
}

ul.mainmenu li.active a {
	color: #339900;
	font-weight: bold;
}

div.contents {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	padding:8px;
	padding-left: 12px;
	padding-right: 16px;
	border-left: 1px dashed #BABABA;

}

div.contents p {
	font-size: 14px;
}

div.contents p.title {
	font-size: 96%;
	color: #0169C9;
}

input.text {
	border: 1px solid #7E9CB9;
	background: #ffffff;
	height: 22px;
	padding-left: 4px;
}

textarea.textarea {
	border: 1px solid #7E9CB9;
	background: #ffffff;
}

input.text-yellow {
	border: 1px solid #7E9CB9;
	background: #fcfcd7;
	height: 22px;
}

button {
	background: url(img/btn_bg.png) repeat-x;
	border: 1px solid #B5B5B5;
	height: 25px;
	font-size: 14px;
	color: #013397;
	font-family: verdana, arial;
}

table.table_header td.header_left {
	background: url(img/header_left.png) no-repeat;
	width: 80px;
	height: 80px;
}

table.table_header td.header_right {
	background: url(img/header.png) no-repeat;
	height: 80px;
}

table.menu {
	font-size: 13px;
	font-family: arial, sans-serif;
	word-spacing: 0.5em;
	padding-left: 8px;
	color: #555;
	background: url(img/tratteggio.gif) bottom no-repeat;
	padding-bottom: 8px;
}

table.menu a {
	color: #555;
	text-decoration: none;
}

table.menu a.active {
	font-weight: bold;
}

table.menu a:hover {
	color: #000;
}

table.table_footer {
	background: url(img/tratteggio.gif) top no-repeat;
	padding-top: 8px;
	font-size: 90%;
	font-family: arial, sans-serif;
	word-spacing: 0.5em;
	color: #CCC;
}

/* FROM ORIGINAL ARTEDEISA SITE */
.lanOn {
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 12px;
	color: #FFFFFF;
}
.lanOff {
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.textGrey {
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.menuGrey {
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
.menuGrey:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.menuBlack {
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.boxGrey {
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

/* MODULES */
div.leftmodule {
	background: url(img/left_module.png) no-repeat;
	width: 112px;
	height: 203px;
	padding-top: 80px;
	padding-left: 24px;
	/*font-size: 10px;*/
	text-align: left;
}

div.rightmodule {
	background: url(img/right_module.png) no-repeat;
	width: 112px;
	height: 253px;
	padding-top: 90px;
	padding-left: 22px;
	/*font-size:10px;*/
	text-align: left;
}


