a:link
{color: #000000;font-family:Tahoma, Arial, serif; font-size:10pt; text-decoration:none}
.normaltext  { font-family: Verdana; font-size: 10pt; color: #000000; text-decoration: none }
img          { border:0px solid #000000; padding-left:0px; padding-right:8px; padding-top:0px; padding-bottom:8px  }

a:visited
{color: #000000;font-family:Tahoma; font-size:10pt; text-decoration:none} 

a:active 
{color: #800000;font-family:Tahoma; font-size:10pt; text-decoration:none}

body
{font-family: Tahoma, Arial, serif; color: #000000;font-size:10pt; text-decoration:none}

table
{table-border-color-light: rgb(204, 153, 255); table-border-color-dark: rgb(204, 0, 204); font-family:Tahoma, Arial, serif; font-size:10pt; color:#000000}

h1, h2, h3, h4, h5, h6
{font-family: Verdana, Tahoma, Arial, serif}

h1
{color: #6A89C1;font-family:Arial; font-size:19pt; font-weight:normal}

h2
{color: #661209;font-family:Verdana; font-size:12pt; font-weight:bold}

h3
{color: #661209;font-family:Verdana; font-size:10pt; font-weight:bold}

h4
{color: #000000;font-family:Verdana; font-size:10pt; font-weight:normal; margin-left:0; margin-top:3; text-align:justify}

h5
{color: #5C5C5C;font-size:8pt; font-family:Arial Narrow; margin-left:0; text-indent:0; line-height:100%; text-align:justify}

h6
{color: rgb(204, 0, 153);}

a:hover
{ font-family: Tahoma; font-size: 10pt; color: #000000; font-style:normal }

.buttonscontainer {width: 175px; line-height:150%; margin-bottom:0}

.buttons a {border-left:0px solid #FF99FF; border-right:0px solid #660000; border-top:0px solid #FF99FF; border-bottom:0px solid #660000; color: #808080;
background-color: #C2E352;
padding: 3px;
font-weight:normal; text-decoration:none; display:block; margin:0px; width:100%; text-align:left; font-style:normal; font-variant:normal; font-size:16px; font-family:Arial; line-height:275%; padding-left:3px}

.buttons a:hover {border: 0px solid;
font-weight:normal;
font-size:16px;
text-decoration:none;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 1px;
background-color: #D3EB83;
border-color: #660000 #FF99FF #FF99FF #660000;
color: #000000;
text-decoration: none;}

.buttons a:visited {font-size:16px; color: #808080;}

a.popup{
    position:relative; /*this is the key*/
    z-index:24; background-color:#fff;
    color:#6A89C1;
    text-align: center;
    font-size:19pt;
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;
    }

a.popup:hover{z-index:25; background-color:#fff;
    color:#6A89C1;
    text-align: center;
    font-size:19pt;
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;}

a.popup span{display: none}

a.popup:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:3em; left:-5em; width:20em;
    border:1px solid #fff;
    background-color:#fff; color:#000;
    text-align: center;
    font-size:10pt;
    }