/* Global Styles */

body, html {
margin:0px;
	scrollbar-face-color: #8da7f5;
	scrollbar-highlight-color: #222299;
	scrollbar-track-color: white;
	background-image:url(img/com_sfondo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
td {
	font:14px arial;
	color:#222299;
	}

a {
	color: #2222BB;
	text-decoration:underline;
	}

a:hover {
	color: #CC00BB;
	text-decoration:none;
	}
	
/* ID Styles */

#tab_testa {
	position:static;
	width:800px;
	margin:auto;
}

#tab_grande {
	position:static;
	width:800px;
	margin:auto;
}

#tab_menu_principale {
color:#000000;
width:132px;
}

#tab_menu_principale a {
font:14px georgia;
font-weight:bold;
text-decoration: none;
letter-spacing:.1em;
line-height:26px;
padding:5px;
}
	
#tab_menu_principale a:hover {
color:#A0A0F0;
}

#tab_menu_secondario {
width:100%;
margin:auto;
}

#tab_menu_secondario a {
font:12px verdana;
color: #000000;
font-weight:bold;
text-decoration: none;
}
	
#tab_menu_secondario a:hover {
color:#A0A0F0;
}

#td_menu_secondario {
border-style:solid;
border-color:#8da7f5;
width:25%;
height:35px;
border-width:thin;
margin:0px;
}

#tab_separazione {
width:800px;
background-color:#8da7f5;
margin:auto;
border-style:hidden;
}

#tab_contenuto {
background:#FFFFFF;
}

#tab_ramanDB {
border-style:solid;
border-color:#8da7f5;
position:static;
width:410px;
margin:auto;
}

#tab_pie_pagina {
background-color:#8da7f5;
position:static;
width:800px;
margin:auto;
text-align:center;
}
	

