body
{ 
    background-color: white; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size: 10pt;
}
p 
{
    font-size: 10pt;
}
A:link 
{
	border-bottom: #C0C0C0 2px dotted; text-decoration: none;
}
A:active 
{
	border-bottom: #000099 2px dotted; text-decoration: none;
}
A:visited 
{
	border-bottom: #C0C0C0 2px dotted; text-decoration: none;
}
A:hover 
{
    border-bottom: #000099 2px dotted; text-decoration: none;
}
a.tt:hover
{
    position: relative;
    z-index: 23;
}
a.tt span
{
    display: none;
}
a.tt:hover span
{
    display: block;
    position: absolute;
    top: 20px;
    left: 30px;
    border: 1px solid #305981;
    color: #305981;
    z-index: 20;
    padding: 5px;
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
}