a:link  { color: #AA1C1E; text-decoration: none; font-family: Tahoma; font-size:10pt}
a:visited {color:#AA1C1E; text-decoration:none; font-family: Tahoma; font-weight: normal;font-size:10pt }
a:active  {color:#AA1C1E; text-decoration:none; font-family: Tahoma; font-weight: normal; font-size:10pt}
a:hover  {color:#EEA20E; text-decoration:underline; font-family: Tahoma; font-weight: normal;font-size:10pt}

a:link.type1  { color: #AA1C1E; text-decoration: none; font-family: Tahoma; font-size:8pt}
a:visited.type1 {color:#AA1C1E; text-decoration:none; font-family: Tahoma; font-weight: normal; }
a:active.type1  {color:#AA1C1E; text-decoration:none; font-family: Tahoma; font-weight: normal; }
a:hover.type1   {color:#EEA20E; text-decoration:underline; font-family: Tahoma; font-weight: normal;}

table
{
    font-family: Tahoma; 
	color: #000000;font-size: 10pt 
}
body
{ 
	font-family: Tahoma; 
	background-color: #C9C59C; 
	color: #000000;font-size: 10pt 
}

 .img
{
	border: 2px solid #592605; padding: 2px
}

}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #C9C59C;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
font: bold 12px Tahoma;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: normal 18px Tahoma;
//letter-spacing: 5px;
//line-height: 1.1em;
color: #592605;
//padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #EEA20E;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
