BODY                        { FONT-FAMILY: Verdana, Helvetica, Sans-serif }


A:link                      { COLOR: #660000; FONT-WEIGHT: BOLD; TEXT-DECORATION: none }

A:visited                   { COLOR: #660000; FONT-WEIGHT: BOLD; TEXT-DECORATION: none }

A:hover                     { COLOR: #C40000; FONT-WEIGHT: BOLD; TEXT-DECORATION: none }


A.normale:link              { COLOR: #FF8040; FONT-WEIGHT: BOLD; TEXT-DECORATION: none }

A.normale:visited           { COLOR: #FF8040; FONT-WEIGHT: BOLD; TEXT-DECORATION: none }

A.normale:hover             { COLOR: #808BA2; FONT-WEIGHT: BOLD; TEXT-DECORATION: none }


.TableStandard
	{
	   font-size: 9px;
	   color: #707070;
	   border-top:none;
	   border-right:none;
	   border-bottom:none;
	   border-left:none;
	} 

.BoxSolidYellow
	{
	   border-top:2px solid #F6C036;
	   border-right:2px solid #F6C036;
	   border-bottom:2px solid #F6C036;
	   border-left:2px solid #F6C036;
	}


.TopBottom
	{
	   border-top:1px solid #A0A0A0;
	   border-right:none;
	   border-bottom:1px solid #A0A0A0;
	   border-left:none;
	}
	
.Top
	{
	   border-top:1px solid #A0A0A0;
	   border-right:none;
	   border-bottom:none;
	   border-left:none;
	}
	
.TopLeft
	{
	   border-top:1px solid #A0A0A0;
	   border-right:none;
	   border-bottom:none;
	   border-left:1px solid #A0A0A0;
	}


.Bottom
	{
	   border-top:none;
	   border-right:none;
	   border-bottom:1px solid #A0A0A0;
	   border-left:none;
	}

.BottomDotted
	{
	   border-top:none;
	   border-right:none;
	   border-bottom:1px dotted #A0A0A0;
	   border-left:none;
	}

.BottomLeft
	{
	   border-top:none;
	   border-right:none;
	   border-bottom:1px solid #A0A0A0;
	   border-left:1px solid #A0A0A0;
	}

.Left
	{
	   border-top:nome;
	   border-right:none;
	   border-bottom:none;
	   border-left:1px solid #A0A0A0;
	}
	
.LeftRight
	{
	   border-top:nome;
	   border-right:1px solid #A0A0A0;
	   border-bottom:none;
	   border-left:1px solid #A0A0A0;
	}

.Right
	{
	   border-top:nome;
	   border-left:none;
	   border-bottom:none;
	   border-right:1px solid #A0A0A0;
	}

.BoxPuntini
	{
	   border-top:1px dotted #A0A0A0;
	   border-right:1px dotted #A0A0A0;
	   border-bottom:1px dotted #A0A0A0;
	   border-left:1px dotted #A0A0A0;
	}
	
.BoxSolid
	{
	   border-top:1px solid #A0A0A0;
	   border-right:1px solid #A0A0A0;
	   border-bottom:1px solid #A0A0A0;
	   border-left:1px solid #A0A0A0;
	}

.BoxSolidBlack
	{
	   border-top:1px solid #000000;
	   border-right:1px solid #000000;
	   border-bottom:1px solid #000000;
	   border-left:1px solid #000000;
	}
	
.TopLeftRight
	{
	   border-top:1px solid #A0A0A0;
	   border-right:1px solid #A0A0A0;
	   border-bottom:none;
	   border-left:1px solid #A0A0A0;
	}
	
.BottomLeftRight
	{
	   border-top:none;
	   border-right:1px solid #A0A0A0;
	   border-bottom:1px solid #A0A0A0;
	   border-left:1px solid #A0A0A0;
	}

.LeftRight
	{
	   border-top:none;
	   border-right:1px solid #A0A0A0;
	   border-bottom:none;
	   border-left:1px solid #A0A0A0;
	}
	
.TopRight
	{
	   border-top:1px solid #A0A0A0;
	   border-right:1px solid #A0A0A0;
	   border-bottom:none;
	   border-left:none;
	}
	
.BottomRight
	{
	   border-top:none;
	   border-right:1px solid #A0A0A0;
	   border-bottom:1px solid #A0A0A0;
	   border-left:none;
