#marqueecontainer{
position: relative;
width: 295px; /*marquee width */
height: 150px; /*marquee height */
background-color: #F9F9F9;
overflow: hidden;
border: 1px solid white;
padding: 2px;
padding-left: 4px;
}

.nero
{
  font-size: 10px;
  color: #000000;
  font-family:Geneva, Arial, Helvetica;
	font-weight: bold;
	text-align: left;
}

.neroD
{
  font-size: 10px;
  color: #000000;
  font-family: Geneva, Arial, Helvetica;
	font-weight: bold;
	text-align: right;
}

.neroJ
{
  font-size: 10px;
  color: #000000;
  font-family: Geneva, Arial, Helvetica;
	font-weight: bold;
	text-align: justify;
}

.rosso
{
  font-size: 10px;
  color: #A00E0E;
  font-family: Geneva, Arial, Helvetica;
	font-weight: bold;
	text-align: left;
}

.titolo
{
  font-size: 14px;
  color: #000000;
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

.tit_nero
{
  font-size: 14px;
  color: #000000;
  font-family: Geneva, Arial, Helvetica;
	font-weight: bold;
	text-align: left;
}

.tit_rosso
{
  font-size: 14px;
  color: #A00E0E;
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

.tit_grigio
{
  font-size: 14px;
  color: #515050;
  font-family: Times New Roman, Times, serif;
	font-weight: bold;
	text-align: left;
}

.testo
{
  font-size: 12px;
  color: #515050;
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: left;
}

.testoJ
{
  font-size: 12px;
  color: #515050;
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: justify;
}

.piccolo
{
  font-size: 10px;
  color: #515050;
  font-family: Geneva, Arial, Helvetica;
	font-weight: normal;
	text-align: left;
}

.piccoloD
{
  font-size: 10px;
  color: #515050;
  font-family: Geneva, Arial, Helvetica;
	font-weight: normal;
	text-align: right;
}

.piccoloC
{
  font-size: 10px;
  color: #515050;
  font-family: Geneva, Arial, Helvetica;
	font-weight: normal;
	text-align: center;
}

.chiusura
{
  font-size: 11px;
  color: #D9D9D9;
  font-family: Geneva, Arial, Helvetica;
	font-weight: normal;
}

a:visited
{
  font-size: 11px;
  color: #A00E0E;
	font-weight: bold;
  font-family: Geneva, Arial, Helvetica;
  text-decoration: none;
}

a:active
{
  font-size: 11px;
  color: #A00E0E;
	font-weight: bold;
  font-family: Geneva, Arial, Helvetica;
  text-decoration: none;
}

a:link
{
  font-size: 11px;
  color: #A00E0E;
	font-weight: bold;
  font-family: Geneva, Arial, Helvetica;
  text-decoration: none;
}

a:hover
{
  font-size: 11px;
  color: #A00E0E;
	font-weight: bold;
  font-family: Geneva, Arial, Helvetica;
  text-decoration: none;
}

form
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

input
{
    font-size: 10px;
    color: #000000;
    font-family: Geneva, Arial, Helvetica;
}

select
{
    font-size: 10px;
    font-family: Geneva, Arial, Helvetica;
}

textarea
{
    font-size: 10px;
    font-family: Geneva, Arial, Helvetica;
}

div
{
    font: Normal 11px Geneva;
}

#MENU_CONTAINER
{
    width: 130px;
}

a.MENU
{
    display: Block;
    position: Relative;
    background: #FFFFFF;
    color: #000000;
    font-weight: normal;
	font-size:12px;
    text-decoration: None;
    padding: 3px 3px 3px 3px;
}

a.MENU:hover
{
    display: Block;
    position: Relative;
	background: #FFFFFF;
    color: #000000;
    font-weight: bold;
	font-size:12px;
    text-decoration: None;
}

a.SMENU
{
    display: Block;
    position: Relative;
    color: #000000;
	font-weight: normal;
	font-size:11px;
    text-decoration: None;
    padding: 3px 3px 3px 3px;
}

a.SMENU:hover
{
    display: Block;
    position: Relative;
    background: #D9D9D9;
    color: #000000;
	font-weight: bold;
	font-size:11px;
    text-decoration: None;
    padding: 3px 3px 3px 3px;
}

div.SMENU
{
    visibility: Hidden;
    position: Absolute;
    margin: -43px 0px 0px 130px;
    background: #D9D9D9;
	font-weight: normal;
	font-size:11px;
    width: 150px;
}
