charset=UTF-8;

a.fonsclar:link 	{font-family: Arial; font-size: 11px; font-weight: normal; text-decoration: none; color: #666666; cursor: hand;}
a.fonsclar:active 	{font-family: Arial; font-size: 11px; font-weight: normal; text-decoration: none; color: #666666; cursor: hand;}
a.fonsclar:visited 	{font-family: Arial; font-size: 11px; font-weight: normal; text-decoration: none; color: #666666; cursor: hand;}
a.fonsclar:hover 	{font-family: Arial; font-size: 11px; font-weight: normal; text-decoration: underline; color: #3385D6; cursor: hand;}

a.menu:link 		{font-family: Arial; font-size: 11px; font-weight: normal; text-decoration: none; color: #FFFFFF; cursor: hand;}
a.menu:active  		{font-family: Arial; font-size: 11px; font-weight: normal; text-decoration: none; color: #FFFFFF; cursor: hand;}
a.menu:visited 		{font-family: Arial; font-size: 11px; font-weight: normal; text-decoration: none; color: #FFFFFF; cursor: hand;}
a.menu:hover 		{font-family: Arial; font-size: 11px; font-weight: normal; text-decoration: underline; color: #245D96; cursor: hand;}

p  {
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
td	{
	text-decoration: none;
	font-family:Arial;
	font-size: 11px;
	color: #666666;
}
td.link {
	background-color: transparent;
	margin-right: 0px;
	border-right-color: #ff9933;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #ff9933;
	border-left-style: solid;
	border-left-width: 1px;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
td.titol {	
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold;	
	color: #ff9933;
	background-color: transparent;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	text-transform: uppercase;
	height: 40px;
	border: 0px;
	vertical-align: top;
}
td.titolfonsgris {	
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold;	
	color: #555555;
	background-color: #CCCCCC;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	text-transform: uppercase;
	height: 18px;
	border: 0px;
	vertical-align:middle;
}
body	{
	font: 11px Arial;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	vertical-align: top;
	scroll: auto;
	align: top;
	overflow: hidden;
	onload: prende();
}
.titol {
	top: 10px;
	/*onload: prende();*/
}
input.button { 
	word-spacing: 0pt; 
	text-align: center; 
	text-indent: 0pt; border: 1px outset #eeeeee; 
	margin:0; 
	background-color: #D4D0C8; 
	font-family: Arial; 
	font-size: 11px;  
	color: #666666; 
	width:100px;
	cursor: hand; 
}
input.menu {
	word-spacing: 0pt;
	text-align: justify;
	border: 1px inset Silver;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	padding-left: 3px;
	padding-right: 3px;
	width:100px;
}
input.contingut {
	word-spacing: 0pt;
	text-align: justify;
	text-transform: capitalize;
	border: 1px inset Silver;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	padding-left: 3px;
	padding-right: 3px;
	width:150px;
}
input.send { 
	word-spacing: 0pt; 
	text-align: center; 
	text-indent: 0pt; 
	border: 1px outset #EEEEEE;
	background-color: #CCCCCC; 	 
	font-family: Arial; 
	font-size: 11px; 
	letter-spacing: 0px; 
	color: #666666; 
	width:80px; 
}
table {
	width: 100%;
	text-align: justify;
	border: 0px;
	text-align: justify;
	vertical-align: top;
}

table.text {
	margin-top: 20px;
	width: 650px;
	margin-bottom: 20px;
	text-align: justify;
	border: 0px;
	text-align: justify;
	line-height: 100%;
	vertical-align: top;
}
td.elemmenu {
	background-color: #DCDCDC;
	border-bottom-style: solid;
	border-color: Silver;
	border-bottom-width: 1px;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-left: 5px;
	border-top-color: Silver;
	border-top-width: 1px;
	border-top-style: solid;
}
.itMenu        {
	background-color: #DCDCDC;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-left: 8px;
	border-top-color: Silver;
	border-top-width: 1px;
	border-top-style: solid;
	height: 18px;
}
span.titol {
	text-transform: uppercase;
	text-decoration: underline;
	color: #FF9900;
	font: bold Arial;
	font-size: 11px;
}
#contingut {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
}