html, body
{
	height:100%; width:100%; margin:0px; padding:0px
}

body
{
	color:#525252;
    font-family: "Trebuchet MS", "Bitstream Vera Sans" , tahoma, verdana,  , "Helvetica" , sans-serif, sans;
    font-size: 11px;
    font-style: normal;
}

form
{
margin:0px; padding:0px;
}

a
{
    text-decoration: none;
    color: #E95B04;
}
a.menu
{
    text-decoration: none;
    color: #000000;
    font-size:14px;
    font-weight:bold;
}
a.menu:hover
{
    text-decoration: none;
    color: #FFFD6B;
    font-size:14px;
    font-weight:bold;
}

a:hover
{
    text-decoration: underline;
    color: #E95B04;
}


input[type="text"], textarea, input[type="password"]
{
    border: 1px solid #000000
}
select 
{
    border: 1px solid #000000;
    font-family:"Trebuchet MS", Arial; 
	font-size:11px; color:#000000;
}

input[type="submit"], input[type="reset"], input[type="button"]
{
    background-color:#D22700;
    border: 1px solid #000000;
    color:#ffffff;
}

.titolo
{
    font-size:13px; margin:0px; padding:0px; margin-top:10px;
}
