td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.titolo {
	font-family: Arial, Helvetica, sans-serif;
	color: #81A8B9;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}

A:link 
{
	color: #333333;
	font-weight: bold;
	text-decoration: none
}
A:active 
{
	color: #333333;
	font-weight: bold;
	text-decoration: none
}
A:visited {
	color: #333333;
	text-decoration: none 
	font-weight: bold;
}

A.default:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
A.default:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
A.default:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
A.default:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

A.navbar:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	font-weight:normal;
}
A.navbar:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	font-weight:normal;
}
A.navbar:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	font-weight:normal;
}
A.navbar:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	font-weight:normal;
}

.inputtext	
{
        border-top-width : 1px;
        border-right-width : 1px;
        border-bottom-width : 1px;
        border-left-width : 1px;
        border-color : #DDE5E5;
       
	font-size : 11px;
	font-weight : none;
	font-family : Arial, helvetica, sans-serif;
	color : #333333;
	width: 100%;
}

.inputtextnobrd
{
        border-top-width : 0px;
        border-right-width : 0px;
        border-bottom-width : 0px;
        border-left-width : 0px;
        border-color : #DDE5E5;
        background : #DDE5E5;
	font-size : 11px;
	font-weight : none;
	font-family : Arial, helvetica, sans-serif;
	color : #333333;
	width: 100%;
}


textarea	
{
        border-top-width : 1px;
        border-right-width : 1px;
        border-bottom-width : 1px;
        border-left-width : 1px;
        border-color : #DDE5E5;
        
	font-size : 11px;
	font-family : Arial, helvetica, sans-serif;
	color : #353535;
	width: 100%;
}

.inputselect	
{
	width : 100%;
	color : #353535;
	font-size : 11px;
	font-family : Arial, helvetica, sans-serif;
	background : #ffffff;
}
.button	
{
        border-top-width : 1px;
        border-right-width : 1px;
        border-bottom-width : 1px;
        border-left-width : 1px;
        border-color : #777777;
        background: #777777;
	font-size : 9px;
	font-weight : none;
	font-family : Arial, helvetica, sans-serif;
	color : #ffffff;
	text-align:center;
}
