#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding-bottom: 0;
background: #0B0A27;
visibility: hidden;
z-index: 1000;
cursor: hand;
cursor: pointer;
font: normal 9px Arial;
padding-left:10px; padding-right:10px; padding-top:10px
}

#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: #012501; text-align:center; color:#F1ECE2; font-weight:bold
}

#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;
}

a:link    {color: #08260B; text-decoration:underline; font-family: Trajan Pro, Times New Roman, Arial, 'Sans Serif'; font-weight: strong; }
a:visited {color:#08260B; text-decoration:underline; font-family: Trajan Pro, Times New Roman, Arial, Sans Serif; font-weight: strong; }
a:active  {color:#08260B; text-decoration:none; font-family: Trajan Pro, Times New Roman, Arial, Sans Serif; font-weight: strong; }
a:hover   {color:#FFFFFF; text-decoration:none; font-family: Trajan Pro, Times New Roman, Arial, Sans Serif;font-weight: strong; }

a:link.nav    {color: #FFFFFF; text-decoration:none; font-family: Times New Roman, Arial, 'Sans Serif'; font-weight: bold;font-size: 10pt;  }
a:visited.nav  {color:#FFFFFF; text-decoration:none; font-family: Times New Roman, Arial, 'Sans Serif'; font-weight: bold;font-size: 10pt;  }
a:active.nav   {color:#FFFFFF; text-decoration:none; font-family: Times New Roman, Arial, 'Sans Serif'; font-weight: bold;font-size: 10pt;  }
a:hover.nav    {color:#A68B60; text-decoration:none; font-family: Times New Roman, Arial, 'Sans Serif'; font-weight: bold;font-size: 10pt;  }

a:link.8s    {color: #E5E1CE; text-decoration: underline; font-family: Times New Roman, Arial, 'Sans Serif'; font-weight: normal;font-size: 8pt;  }
a:visited.8s  {color:#E5E1CE; text-decoration:underline; font-family: Times New Roman, Arial, Sans Serif; font-weight: normal;font-size: 8pt; }
a:active.8s   {color:#E5E1CE; text-decoration:underline; font-family: Times New Roman, Arial, Sans Serif; font-weight: normal; font-size: 8pt; }
a:hover.8s    {color:#FFFFFF; text-decoration:none; font-family: Times New Roman, Arial, Sans Serif; font-weight: normal; font-size: 8pt;}

a:link.h    {color: #E5E1CE; text-decoration: underline; font-family: Trajan Pro, Times New Roman, Arial, 'Sans Serif'; font-weight: bold; }
a:visited.h  {color:#E5E1CE; text-decoration:underline; font-family: Trajan Pro, Times New Roman, Arial, Sans Serif; font-weight: bold; }
a:active.h   {color:#E5E1CE; text-decoration:underline; font-family: Trajan Pro, Times New Roman, Arial, Sans Serif; font-weight: bold; }
a:hover.h    {color:#E5E1CE; text-decoration:none; font-family: Trajan Pro, Times New Roman, Arial, Sans Serif; font-weight: bold; }


body
{ 
	font-family: Trajan Pro, Times New Roman; font-weight: bold;
	color: #000000;font-size: 11pt; 
}

table, td
{ 
	font-family: Trajan Pro, Times New Roman; font-weight: bold;
	color: #000000;font-size: 11pt;
}

.img
{
	border: 3px solid #212115; padding: 2px
}
h1           { font-size: 18pt; font-family: Trajan Pro }h2           { font-size: 14pt; font-weight: bold }

