a:link.s8    {color:#522203; text-decoration:underline; font-family: Verdana, Arial,Sans Serif; font-weight: normal; font-size: 8pt;}
a:visited.s8  {color:#DF5B2F; text-decoration:underline; font-family: Verdana, Arial,Sans Serif; font-weight: normal; font-size: 8pt;}
a:active.s8   {color:#DF5B2F; text-decoration:none; font-family: Verdana, Arial,Sans Serif; font-weight: normal; font-size: 8pt;}
a:hover.s8    {color:#DF5B2F; text-decoration:none; font-family: Verdana, Arial,Sans Serif; font-weight: normal; font-size: 8pt;}

a:link.h    {color:#522203; text-decoration:underline; font-family: Tahoma, Arial,Sans Serif; font-size: 10pt;}
a:visited.h  {color:#522203; text-decoration:underline; font-family: Tahoma, Arial,Sans Serif; font-size: 10pt;}
a:active.h   {color:#522203; text-decoration:none; font-family: Tahoma, Arial,Sans Serif; font-size: 10pt;}
a:hover.h    {color:#522203; text-decoration:none; font-family: Tahoma, Arial,Sans Serif; font-size: 10pt;}


a:link.n    {color:#FFFF91; text-decoration:underline; font-family: Tahoma, Arial,Sans Serif; font-size: 10pt;}
a:visited.n  {color:#FFFF91; text-decoration:underline; font-family: Tahoma, Arial,Sans Serif; font-size: 10pt;}
a:active.n   {color:#FFFF91; text-decoration:none; font-family: Tahoma, Arial,Sans Serif; font-size: 10pt;}
a:hover.n    {color:#FFFF91; text-decoration:none; font-family: Tahoma, Arial,Sans Serif; font-size: 10pt;}

body

{

            font-family: Tahoma;
            background-image: url('images/siteback.jpg');
            color: #FFFFFF;font-size:10pt;
            

}

 .img
{
	border: 2px solid #592605; padding: 2px
}

table, td, th
{
            font-family: Tahoma;

            color: #FFFFFF;font-size:10pt;
	
}

h1, h2, h3, h4, h5, h6
{
	font-family:Tahoma, Verdana, Helvetica;

}
h1
{
	color: #FFFFFF;
}
h2
{
	color: #FFFFFF; 
}
h3           { color:#000000; font-family: Arial; font-size: 14pt; font-style: italic; 
               font-weight: bold; font-variant:small-caps }
h4
{
	color: #000000;font-variant:small-caps; font-style:italic; font-weight:bold
}
h5
{
	color: #000000;font-variant:small-caps; font-family:Verdana
}
h6
{
	color: #000000;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
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: black;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #000000;
padding: 5px;
z-index: 5;
}