body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(_assets/spacer_dot.gif);
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
img {border: none;}

/* -          */

.tSolid { border: 1px solid #666666; }

.NavTitle, .NavTitle a:Link, .NavTitle a:Visited {
	color: #000000;
	font-size: 13;
}
.NavTitleWhite, .NavTitleWhite a:Link, .NavTitleWhite a:Visited {
	color: #ffffff;
	font-size: 13px;
}
.NavTitleWhite a:Hover {
	color: #FFCC00;
}
.NavTitleGray, .NavTitleGray a:Link, .NavTitleGray a:Visited {
	color: #999999;
	font-size: 13px;
}
.NavTitleGray a:Hover {
	color: #FFCC00;
}

.NavWhiteBig, .NavWhiteBig a:Link, .NavWhiteBig a:Visited {
	color: #ffffff;
	font-size: 13px;
}
.NavWhiteBig a:Hover {
	color: #FFCC00;
}

.NavWhite, .NavWhite a:Link, .NavWhite a:Visited {
	color: #ffffff;
	font-size: 11px;
}
.NavWhite a:Hover {
	color: #FFCC00;
}
.NavGray, .NavGray a:Link, .NavGray a:Visited {
	color: #999999;
}
.NavGray a:Hover {
	color: #FFCC00;
}

.ArtTitle {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.Stile2 {
	font-size: 24px;
	font-family: Tahoma;
	font-weight: bold;
}
.TitlePageWhite {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
.TitlePageBigWhite {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
}

/*- Menu --------------------------- */
ul {
        list-style: none;
        margin: 0;
        padding: 0;
}


#menu5 {
        width: 200px;
        margin: 0px;
        }

#menu5 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu5 li a:link, #menu5 li a:visited {
        color: #FFF;
        display: block;
        background:  url(_assets/menu5.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }

#menu5 li a:hover, #menu5 li #current { {
        color: #FFF;
        background:  url(_assets/menu5.gif);
        padding: 8px 0 0 10px;
}

/*- Menu Tabs I--------------------------- */

    #tabsI {
      float:left;
      width:100%;
      background:#EFF4FA;
/*      font-size:93%; */
      font-size:11px%;
      line-height:normal;
          border-bottom:1px solid #DD740B;
      }
    #tabsI ul {
        margin:0;
        padding:5px 5px 0 5px;
        list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("_assets/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("_assets/tabrightI.gif") no-repeat right top;
      padding:5px 9px 4px 1px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }

        #tabsI #current a {
                background-position:100% -42px;
        }
        #tabsI #current a span {
                background-position:100% -42px;
}

