html,body
{
	margin: 0;
	padding: 0;
	background-color: #590913;
}

textarea
{
	border: solid 1px #031F45;
	font-family: Arial,Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #031F45;
}

input
{
	border: solid 1px #031F45;
	font-family: Arial,Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #031F45;
}

li
{
	font-family: Arial,Verdana;
    	font-size: 11px;
    	font-weight: bold;
    	color: #031F45;
}

.sfondo_logo
{
	background: url(images/logo.jpg);
}

.sfondo_chiaro
{
	background-color: #FFFFFF;
}

.sfondo_centrale
{
	background: url(images/sfumatura.jpg);
}

.sfondo_box
{
	background-color: #AAA6A6;
}

.bordo_tabella
{
	background-color: #031F45;
}

.button
{
	background: url("images/sfumatura_ocra.jpg"); 
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #690C00;
	cursor: pointer;
}

hr
{
	height: 1pt;
	color: #031F45;
	background-color: #031F45;
	border: 0;
}
.title
{
    font-family:  Arial,Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #590913;
}

.title_white
{
   font-family: Century gothic,Arial,Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
}

.menu_sel
{
    font-family: Century gothic,Arial,Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}

.separator
{
    font-family: Century gothic,Arial,Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #AAA6A6;
}

A.link:link, A.link:visited, A.link:active 
{
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Verdana;
    color: #FFFFFF;
    text-decoration: none;
}

A.link:hover
{
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Verdana;
    color: #FFFFFF;
    text-decoration: underline;
}

A.menu:link, A.menu:visited, A.menu:active 
{
    font-size: 12px;
    font-weight: normal;
    font-family: Century gothic,Arial,Verdana;
    color: #AAA6A6;
    text-decoration: none;
}

A.menu:hover
{
    font-size: 12px;
    font-weight: normal;
    font-family: Century gothic,Arial,Verdana;
    color: #FFFFFF;
    text-decoration: none;
}

.normal_light
{
    font-family: Arial,Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #590913;
}

.normal
{
    font-family: Arial,Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #031F45;
}
.normal_white
{
    font-family: Arial,Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
}