a:link    {color: #6c0000; text-decoration:underline; font-family: Times New Roman, Verdana, 'Sans Serif';   }
a:visited {color:#6c0000; text-decoration:underline; font-family: Times New Roman, Verdana, Sans Serif;  }
a:active  {color:#6c0000; text-decoration:none; font-family: Times New Roman, Verdana, Sans Serif; }
a:hover   {color:#6c0000; text-decoration:none; font-family: Times New Roman, Verdana, Sans Serif; }

a:link.nav    {color: #6C0000; text-decoration:underline; font-family: Times New Roman;font-variant:small-caps; font-weight: bold;font-size: 10pt;  }
a:visited.nav  {color:#6c0000; text-decoration:underline; font-family: Times New Roman, Verdana, Sans Serif;font-variant:small-caps; font-weight: bold;font-size: 10pt;  }
a:active.nav   {color:#6c0000; text-decoration:none; font-family: Times New Roman, Verdana, Sans Serif;font-variant:small-caps; font-weight: bold;font-size: 10pt;  }
a:hover.nav    {color:#6c0000; text-decoration:none; font-family: Times New Roman, Verdana, Sans Serif;font-variant:small-caps; font-weight: bold;font-size: 10pt;  }

a:link.8s    {color: #6c0000; text-decoration: underline; font-family: Times New Roman, Verdana, 'Sans Serif'; font-weight: bold;font-size: 10pt;  }
a:visited.8s  {color:#6c0000; text-decoration:underline; font-family: Times New Roman, Verdana, Sans Serif; font-weight: bold;font-size: 10pt; }
a:active.8s   {color:#C16100; text-decoration:underline; font-family: Times New Roman, Verdana, Sans Serif; font-weight: bold; font-size: 10pt; }
a:hover.8s    {color:#C16100; text-decoration:none; font-family: Times New Roman,Verdana, Sans Serif; font-weight: bold; font-size: 10pt;}



body
{ 
	font-family: Times New Roman; font-weight: normal;
	color: #000000;font-size: 11pt; background-image:url('images/background.jpg')
}

table, td
{ 
	font-family: Times New Roman; font-weight: normal;
	color: #000000;font-size: 11pt;
}



.img
{
	border: 2px solid #000066; padding: 2px
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #000066;
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: #EFEFEF;
padding: 5px;
z-index: 5;
}