/*  CSS style */

body {
	/*scrollbar-3dlight-color: #808000;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #666666;
	scrollbar-darkshadow-color: #909033;
	scrollbar-face-color: 888800;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #FFffff;
	scrollbar-track-color: #404000;*/
	
	background: Gray;
	font: 10px Antique Type, Arial, Verdana, Helvetica;
	margin-bottom: 15px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 15px;
	background-image: url(../immagini/sfondo_poeb.jpg);
	background-repeat: repeat;
	color: #cccc00;
}

table {
	width: 100%;
	background: Olive;
	border: 1px ridge #6A442F;
	height: 90%;
	font: 12px Arial, Antique Type, Verdana, Helvetica;
}

td, tr {
	border-bottom: 1px Maroon;
	border-top: 1px Maroon;
	margin-top: 3px;
	margin-left: 7px;
	margin-right: 3px;
	margin-bottom: 15px;
	text-align: center;
	font: 12px Arial, Antique Type, Verdana, Helvetica;
}

td A:LINK, tr A:LINK {
	text-decoration: none;
	color: White;
}

td A:VISITED, tr A:VISITED	{
	text-decoration: none;
	color: White;
}

td A:HOVER, tr A:HOVER {
	text-decoration: none;
	color: Yellow;
}

.cartonato {
	border-bottom: 1px Maroon;
	border-top: 1px Maroon;
	margin-top: 3px;
	margin-left: 7px;
	margin-right: 3px;
	margin-bottom: 3px;
	background-image: url(../immagini/sfondo_cartone.jpg);
	background-repeat: repeat;
}

.menu {
	border-bottom: 1px dotted Maroon;
	border-top: 1px dotted Maroon;
	text-align: center;
	color: Yellow;
	background: Olive;
}

.menu A:LINK 		{
	text-decoration: none;
	color: White;
}

.menu A:VISITED 	{
	text-decoration: none;
	color: White;
}

.menu A:HOVER		{
	text-decoration: none;
	color: Yellow;
}

.piepagina {
	border-bottom: 1px dotted Maroon;
	border-top: 1px dotted Maroon;
	text-align: center;
	color: Yellow;
	background: Olive;
}

.piepagina A:LINK 		{
	text-decoration: none;
	color: White;
}

.piepagina A:VISITED 	{
	text-decoration: none;
	color: White;
}

.piepagina A:HOVER		{
	text-decoration: none;
	color: Yellow;
}

IMG.alignright {
	PADDING-RIGHT: 4px; 
	DISPLAY: inline; 
	PADDING-LEFT: 4px; 
	PADDING-BOTTOM: 4px; 
	MARGIN: 0px 0px 2px 7px; 
	PADDING-TOP: 4px
}

IMG.alignleft {
	PADDING-RIGHT: 4px; 
	DISPLAY: inline; 
	PADDING-LEFT: 4px; 
	PADDING-BOTTOM: 4px; 
	MARGIN: 0px 7px 2px 0px; 
	PADDING-TOP: 4px
}



/*A:ACTIVE		{text-decoration:none; color:#00ff00; font-weight: bold}*/