a:link         {color: #D1C6A6; text-decoration:underline; font-family: Arial, Verdana, 'Sans Serif';   }
a:visited      {color:#FFFFFF; text-decoration:underline; font-family: Arial, Verdana, Sans Serif;  }
a:active       {color:#D1C6A6; text-decoration:none; font-family: Arial, Verdana, 'Sans Serif';   }
a:hover        {color:#000000; text-decoration:bold; font-family: Arial, Verdana, 'Sans Serif';   }

a:link.nav    {color: #6c0000; text-decoration:underline; font-family: Arial, Verdana, 'Sans Serif';   }
a:visited.nav {color:#6c0000; text-decoration:underline; font-family: Arial, Verdana, Sans Serif;  }
a:active.nav  {color:#6c0000; text-decoration:none; font-family: Arial, Verdana, Sans Serif; }
a:hover.nav   {color:#6c0000; text-decoration:none; font-family: Arial, Verdana, Sans Serif; }

a:link.8s    {color: #6c0000; text-decoration: underline; font-family: Arial, Verdana, 'Sans Serif'; font-weight: bold;font-size: 10pt;  }
a:visited.8s  {color:#6c0000; text-decoration:underline; font-family: Arial, Verdana, Sans Serif; font-weight: bold;font-size: 10pt; }
a:active.8s   {color:#C16100; text-decoration:underline; font-family: Arial, Verdana, Sans Serif; font-weight: bold; font-size: 10pt; }
a:hover.8s    {color:#C16100; text-decoration:none; font-family: Arial,Verdana, Sans Serif; font-weight: bold; font-size: 10pt;}



body
{ 
	font-family: Arial; font-weight: normal;
	color: #000000;font-size: 11pt; background-image:url('images/background.jpg')
}

table, td
{ 
	font-family: Arial; font-weight: normal;
	color: #FFFFFF;font-size: 11pt;
}



.img
{
	border: 2px solid #7E674D; padding: 2px
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #430F00;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
font: bold 12px Times New Roman;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: normal 16px Times New Roman;
//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: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #D1C6A6;
padding: 5px;
z-index: 5;
}