body					{
						margin: 0;
						padding: 0;
						color: #000000;
						background-color: #FFFFFF;
						font-size: 10pt;
						line-height: 140%;
						font-family: Arial, Verdana, Helvetica, sans-serif;
						}

img						{
						border-style: none;
						margin: 0;
						padding: 0;
						}

form					{
						margin: 0;
						padding: 0;
						}

a:link, a:visited		{
						color: #000000;
						background-color: #FFFFFF;
						text-decoration: none;
						}

a:hover					{
						text-decoration: underline;
						}

/*
	=========================================================================================================
	STRUTTURA
	---------------------------------------------------------------------------------------------------------
*/
div#header				{
						display: none;
						height: 20px;
						margin: 0 auto 0 auto;
						padding: 0;
						text-align: right;
						}

/* ======================================================================================================== */
div#container			{
						width: 100%;
						margin: 0;
						padding: 0;
						}

/* ======================================================================================================== */
div#wrapper				{
						width: 100%;
						margin: 0;
						padding: 0;
						}

div#outer				{
						width: auto;
						}

div#inner				{
						width: 100%;
						}

/* ======================================================================================================== */
div#leftmenu			{
						display: none;
						}

div#leftbottom			{
						display: none;
						}

/* ======================================================================================================== */
div#centerdata			{
						width: 100%;
						background-image: none !important;
						}

div#centerdata h2		{
						font-weight: bold;
						font-size: 10pt;
						}


div#centerbottom		{
						display: none;
						}

table#prezzi			{
						table-layout: fixed;
						width: 348px;
						border-collapse: collapse;
						}

table#prezzi td.header	{
						font-weight: bold;
						font-size: 10px;
						color: #000000;
						background-color: #FFFFFF;
						border: 1px solid #999999;
						text-align: center;
						}

table#prezzi td.data	{
						font-size: 9px;
						color: #000000;
						background-color: #FFFFFF;
						border: 1px solid #999999;
						vertical-align: top;
						text-align: center;
						}

table#prezzi td.price	{
						color: #000000;
						background-color: #FFFFFF;
						border: 1px solid #999999;
						text-align: center;
						}

/* ======================================================================================================== */
div#footer				{
						width: 100%;
						}

/* ======================================================================================================== */
div#w3c					{
						display: none;
						}
