.tipc { solid #000000; cursor:info; }
a.tipc,
a.tipc:link,
a.tipc:visited,
a.tipc:active { color: #ffffff; text-decoration: none; position: relative; }
a.tipc:hover { color: #000000; background: transparent; z-index: 100; }
a.tipc span { display: none; text-decoration: none; }
a.tipc:hover span {
display: block;
position: absolute;
top: -150px;
left: 30;
width: 300px;
z-index: 100;
color: #000000;
font-family: Helvetica, Geneva, Arial, sans-serif;
padding: 2px 10px;
background-color: #ffffff;
text-align: left;
border-color: #000000;
border-style: solid;
border-width: 2px 2px; }
