﻿body {
background-image: url(../images/Backgrounds/giaffa%20rosa%201000.jpg);
background-repeat:no-repeat;
background-attachment: fixed;
background-position: 0px 0px;
background-size: 100%;
}

BODY
{
 	direction: LTR;
	alignment: center;
	background-color: #CCCCCC; 
	text-align: left;
	font-family: "Palatino Linotype"; color: #005100; font-size: "2";
	margin-right: 5;
	margin-left: 5;
	margin-top: 5;
	margin-bottom: 5;
	}


.div_scroll
{
	SCROLLBAR-FACE-COLOR: #D8DCDA;
	SCROLLBAR-HIGHLIGHT-COLOR: #002F5E;
	SCROLLBAR-SHADOW-COLOR: #002F5E;
	SCROLLBAR-3DLIGHT-COLOR: #002F5E;
	SCROLLBAR-ARROW-COLOR: #002F5E;
	SCROLLBAR-TRACK-COLOR: #94B2BD;
	SCROLLBAR-DARKSHADOW-COLOR: #002F5E;
}

a:link { 
	text-decoration: none;
	color: #990000;
	}
a:visited {
	text-decoration: none; 
	color: #990000;
	}
a:hover, a:active { 
	text-decoration: glow;
	color: #990000;
	}
	
.ActiveTab
{
    FONT-WEIGHT: bolder;
    BACKGROUND-IMAGE: url('Images/TabBlue.GIF');
    WIDTH: 16%;
    COLOR: white;
    DIRECTION: rtl;
    BACKGROUND-REPEAT: no-repeat;
    FONT-FAMILY: 'Script MT Bold';
   FONT-SIZE: '10.0pt';
    TEXT-ALIGN: center
}
.PassiveTab
{
    FONT-WEIGHT: bolder;
    BACKGROUND-IMAGE: url('Images/TabWhite.GIF');
    WIDTH: 16%;
    CURSOR: hand;
    COLOR: black;
    BACKGROUND-REPEAT: no-repeat;
    FONT-FAMILY: 'Script MT Bold';
    
    TEXT-ALIGN: center
}
.TabOnHover
{
    FONT-WEIGHT: bolder;
    BACKGROUND-IMAGE: url('Images/TabRed.GIF');
    WIDTH: 16%;
    BACKGROUND-REPEAT: no-repeat;
    CURSOR: hand;
    COLOR: white;
    FONT-FAMILY: 'Script MT Bold';
    
    TEXT-ALIGN: center
}
.ActiveTabSmall
{
	font-size: smaller;
	background-image: url('Images/TabBlueSmall.GIF');
	width: 100%;
	color: white;
	direction: rtl;
	background-repeat: no-repeat;
	font-family: Tahoma, Sans-Serif;
	text-align: center
}
.PassiveTabSmall
{
	font-size: smaller;
    BACKGROUND-IMAGE: url('Images/TabWhiteSmall.GIF');
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: black;
    BACKGROUND-REPEAT: no-repeat;
    font-family: Tahoma, Sans-Serif;
    font-weight :bolder ;
    TEXT-ALIGN: center
}
.TabOnHoverSmall
{
	font-size: smaller;
	background-image: url('Images/TabRedSmall.GIF');
	width: 100%;
	cursor: hand;
	color: white;
	background-repeat: no-repeat;
	font-family: Tahoma, Sans-Serif;
	text-align: center
}