body 
{
	font-family: Verdana;
	font-size: 10pt;
}

span
{
	font-family: Verdana;
	font-size: 10pt;
	color: #284775;
}

div
{
	font-family: Verdana;
	font-size: 10pt;
	color: #284775;
}

.divscroll
{
	font-family: Verdana;
	font-size: 10pt;
	color: #284775;
	width: 100%;
	height: 350px;
	overflow-x: hidden;
	overflow-y: scroll;
}

a
{
	display: block; 
	font-family: Verdana;
	font-size: 10pt;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	
	color: #0000ff;
}

input
{
	font-family: Verdana;	
	font-size: 10pt;
}

select
{
	font-family: Verdana;	
	font-size: 10pt;
}

input.button 
{

	border-style: solid;	
	border-width: 1px;
	
	cursor: hand;
    background-color: #f5f5f5;
    border-color: #5d7b9d;
    color: #284775;
    
    width: 150px;
}

input.buttonover 
{
	border-style: solid;	
	border-width: 1px;
	
	cursor: hand;
    background-color: #f5deb3;
    color: Red;
    border-color: Red;
    
    width: 150px;
}

input.buttonsel 
{
	border-style: solid;	
	border-width: 1px;
	
	cursor: default;
    background-color: #f5deb3;
    color: Red;
    border-color: Red;
    width: 150px;
}

.text
{
	background-color: #ffffff;
	width: 100%;
}

.textenter
{
	background-color: #fadab9;
	width: 100%;	
}

a.lbmenu
{
	width: 150px;
	height: 24px;
	text-align: center;
	background-image: url(../../Images/Pulsante_Off.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
	color: White;
}

a.lbmenuover
{
	width: 150px;
	height: 24px;
	background-image: url(../../Images/Pulsante_On.jpg); 
	font-weight: bold;
	color: Yellow;
}
