body
{
overflow: auto;
background-color: #151715;
margin:0;
padding: 0;
}

.title_orange
{
    font-family: BankGothic Md BT,Arial,Verdana;
    font-size: 16px;
    font-weight: normal;
    color: #FF6600;
}

.sfondo_scuro
{
background-color: #FFFFFF;
}

.sfondo_chiaro
{
background-color: #CCCCCC;
}

.sfondo_grigio
{
background-color: #4B768F;
}

.normal
{
  font-weight: normal;
  color: #4B768F;
	font-family: BankGothic Md BT,Arial,Verdana;
	font-size: 14px;
}

.normal_white
{
  font-weight: normal;
  color: #FFFFFF;
	font-family: BankGothic Md BT,Arial,Verdana;
	font-size: 14px;
}

.title
{
  font-weight: bold;
  color: #FF6600;
	font-family: BankGothic Md BT,Arial,Verdana;
	font-size: 24px;
}

.normal_red
{
  font-weight: normal;
  color: #3300FF;
	font-family: BankGothic Md BT,Arial,Verdana;
	font-size: 16px;
}

.normal_orange
{
  font-weight: normal;
  color: #FF6600;
	font-family: BankGothic Md BT,Arial,Verdana;
	font-size: 16px;
}


A:link, A:visited, A:active 
{
    font-size: 11px;
    font-weight: bold;
    font-family: Trebuchet,Arial,Verdana;
    color: #666666;
    text-decoration: none;
}

A:hover
{
    font-size: 11px;
    font-weight: bold;
    font-family: Trebuchet,Arial,Verdana;
    color: #979265;
    text-decoration: none;
}

A.link_popup:link, A.link_popup:visited, A.link_popup:active 
{
    font-size: 16px;
    font-weight: normal;
    font-family: BankGothic Md BT,Arial,Verdana;
    color: #FFFFFF;
    text-decoration: underline;
}

A.link_popup:hover
{
    font-size: 16px;
    font-weight: normal;
    font-family: BankGothic Md BT,Arial,Verdana;
    color: #FFFFFF;
    text-decoration: underline;
}

A.link_orange:link, A.link_orange:visited, A.link_orange:active 
{
    font-size: 16px;
    font-weight: normal;
    font-family: BankGothic Md BT,Arial,Verdana;
    color: #FF6600;
    text-decoration: none;
}

A.link_orange:hover
{
    font-size: 16px;
    font-weight: normal;
    font-family: BankGothic Md BT,Arial,Verdana;
    color: #FF6600;
    text-decoration: none;
}