html {
	background-color:#C0C0C0
}

a.link{
		text-decoration: none;
	}
	
.lnk{
		text-decoration: none;
		font-family: Tahoma; color: #8B4513;
		font-size: 13px;
		font-weight: bold;
	}
	
.lnk2{
		text-decoration: none;
		font-family: Tahoma; color: #000000;
		font-size: 15px;
	}
	
	.lnk3{
		text-decoration: none;
		font-family: Tahoma; color: #008800;
		font-size: 15px;
		font-weight: bold;
	}
	
.tabella_1 {
	height: 1000px;
	width: 900px;
	background-color: #FFFFFF;
}

input.form {
    font-family: Tahoma;
    font-size: 13px;
    border: Solid 1px #A9A9A9;	
}

input.formlogin {
    font-family: Tahoma;
    font-size: 10px;
    border: Solid 1px #A9A9A9;	
}

input.formloginred {
    font-family: Tahoma;
    border: Solid 1px #FF0000;	
	width: 40px;
}

input.captcha {
    font-family: Tahoma;	
	width: 40px;
}

select.form {
    font-family: Tahoma;
    font-size: 13px;
    border: Solid 1px #A9A9A9;	
}
	
table.formtable_1 {
    border: Solid 1px #A0CE00;
}
