a:link.s8    {color:#4F0306; text-decoration:underline; font-family: Verdana, Sans Serif; font-weight: normal; font-size: 8pt;}
a:visited.s8 {color:#4F0306; text-decoration:underline; font-family: Verdana, Sans Serif; font-weight: normal; font-size: 8pt;}
a:active.s8  {color:#4F0306; text-decoration:none; font-family: Verdana, Sans Serif; font-weight: normal; font-size: 8pt;}
a:hover.s8   {color:#4F0306; text-decoration:none; font-family: Verdana, Sans Serif; font-weight: normal; font-size: 8pt}

a:link    {color:#4F0306; text-decoration:underline; font-family: Verdana, Sans Serif; font-weight: normal}
a:visited {color:#4F0306; text-decoration:underline; font-family: Verdana, Sans Serif; font-weight: normal}
a:active  {color:#4F0306; text-decoration:none; font-family: Verdana, Sans Serif; font-weight: normal}
a:hover   {color:#4F0306; text-decoration:none; font-family: Verdana, Sans Serif; font-weight: normal}

body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: #000000;
	color: #464646; font-size:10pt; font-weight:bold; background-image:url('images/background.jpg')
}
table
{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); 
	color: #464646; font-size:10pt; font-weight:normal
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: #ffffff; 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: #000000;
}

.img
{
	border: 2px solid #000000; padding: 2px
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #CD9C62;
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;
}
