a:link.h     {color:#E9B347; text-decoration:underline; font-family: Arial;  font-weight: normal; font-size:9pt}
a:visited.h  {color:#E9B347; text-decoration:underline; font-family: Arial;  font-weight: normal; font-size:9pt }
a:active.h   {color:#E9B347; text-decoration:none; font-family: Arial;  font-weight: normal; font-size:9pt}
a:hover.h    {color:#E9B347; text-decoration:none; font-family: Arial;  font-weight: normal;font-size:9pt}

a:link     {color:#E9B347; text-decoration:none; font-family: Arial; font-weight: normal; font-size:10pt}
a:visited  {color:#E9B347; text-decoration:none; font-family: Arial; font-weight: normal; font-size:10pt}
a:active   {color:#E9B347; text-decoration:none; font-family: Arial; font-weight: normal; font-size:10pt}
a:hover    {color:#E9B347; text-decoration:none; font-family: Arial; font-weight: normal; font-size:10pt}

table

{

            font-family: Arial;
            color: #E9E0CD;font-size:11pt
            

}

 .img
{
	border: 5px double #92292b;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #0e4990;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
font: bold 12px Arial;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: normal 16px Arial;
//letter-spacing: 5px;
//line-height: 1.1em;
color: white;
//padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: black;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #0e4990;
padding: 5px;
z-index: 5;
}