<html>
<head>
<title></title>
<style>
TD {font-size : 11px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;}
A, A:ACTIVE, A:LINK, A:VISITED {
color : #000000;font-size : 11px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration : underline;}
A:HOVER {color : Red; text-decoration : none;}
A.menu, A:ACTIVE.menu, A:LINK.menu, A:VISITED.menu {
background-color : Silver;color : #660000;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 11px;text-align : center;
width : 105px; height : 20px;
text-decoration : none;
border-bottom : 2px solid Gray; border-left : 1px solid #f7f7f7;
border-right : 2px solid Gray; border-top : 1px solid #f7f7f7;}
A:HOVER.menu1 {background-color : #660000;color : White;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 11px;text-align : center;
width : 105px;height : 20px;
text-decoration : none;
border-bottom : 2px solid Gray; border-left : 1px solid #f7f7f7;
border-right : 2px solid Gray; border-top : 1px solid #f7f7f7;}
TD.testata {background-color : #660000;
color : #FFFFF0;font-size : 14px;}
.tblocco {background-color : Gray;
color : white;font-size : 12px;}
.th {background-color : #eaeaea;
color : #990000;font-size : 11px;
border-bottom : 0px; border-left : 1px solid Silver;
border-right : 1px solid Silver; border-top : 0px;}
.sigla {font-size : 11px;text-align : center;
border-bottom : 0px; border-left : 1px solid Silver;
border-right : 1px solid Silver; border-top : 0px;}
.note {border-bottom : 0px; border-left : 1px solid Silver;
border-right : 1px solid Silver; border-top : 0px;}
</style>
</head>
<body bgcolor="silver" marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<td>
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<td class="testata" nowrap width="100%">Scheda cliente </td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0" bgcolor="Silver">
<tr>
<td nowrap height="20">
<a href="topo.html"
class="menu" target="sotto"
onmouseover="this.className='menu1'" onmouseout="this.className='menu'">
Persone</a></td>
<td nowrap height="20">
<a href="topo.html" class="menu" target="sotto"
onmouseover="this.className='menu1'" onmouseout="this.className='menu'">
Contatti</a></td>
<td nowrap height="20">
<a href="topo.html" class="menu" target="sotto"
onmouseover="this.className='menu1'" onmouseout="this.className='menu'">
Trattative</a></td>
<td nowrap height="20">
<a href="topo.html"
class="menu" target="sotto"
onmouseover="this.className='menu1'" onmouseout="this.className='menu'">
Documenti</a></td>
<td nowrap height="20">
<a href="topo.html"
class="menu" target="sotto"
onmouseover="this.className='menu1'" onmouseout="this.className='menu'">
Offerte</a></td>
<td nowrap height="20">
<a href="topo.html"
class="menu" target="sotto"
onmouseover="this.className='menu1'" onmouseout="this.className='menu'">
Ordini</a></td>
<td nowrap height="20">
<a href="topo.html"
class="menu" target="sotto"
onmouseover="this.className='menu1'" onmouseout="this.className='menu'">
Eventi</a></td>
<td width="100%" bgcolor="Silver"></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>