a:link.footer     {color:#FFFFCC; text-decoration:underline; font-family: Times New Roman;  font-weight: normal;}
a:visited.footer  {color:#FFFFCC; text-decoration:underline; font-family: Times New Roman;  font-weight: normal; }
a:active.footer   {color:#FFFFCC; text-decoration:none; font-family: Times New Roman;  font-weight: normal; }
a:hover.footer    {color:#FFFFCC; text-decoration:none; font-family: Times New Roman;  font-weight: normal;}

a:link.h    {color:#5e0000; text-decoration:underline; font-family: Byington; Times New Roman;  font-size: 11pt}
a:visited.h  {color:#5e0000; text-decoration:underline; font-family: Byington; Times New Roman; font-size: 11pt;}
a:active.h   {color:#5e0000; text-decoration:none; font-family: Byington; Times New Roman; font-size: 11pt;}
a:hover.h    {color:#5e0000; text-decoration:none; font-family: Byington; Times New Roman; font-size: 11pt;}

a:link    {color:#5F4923; text-decoration:underline; font-family: Byington; Times New Roman }
a:visited  {color:#8F6F36; text-decoration:underline; font-family: Byington; Times New Roman; }
a:active   {color:#8F6F36; text-decoration:none; font-family: Byington; Times New Roman; }
a:hover    {color:#8F6F36; text-decoration:none; font-family: Byington; Times New Roman; }

a:link.n    {color:#5F4923; text-decoration:none; font-family: Byington; Times New Roman;  font-size: 10pt;font-weight: bold;}
a:visited.n  {color:#8f6f36; text-decoration:none; font-family: Byington; Times New Roman; font-size: 10pt;font-weight: bold;}
a:active.n   {color:#8f6f36; text-decoration:underline; font-family: Byington; Times New Roman; font-size: 10pt;font-weight: bold;}
a:hover.n    {color:#8f6f36; text-decoration:underline; font-family: Byington; Times New Roman; font-size: 10pt;font-weight: bold;}

body

{

            font-family: Byington; Times New Roman; 
            background-image: url('images/background.jpg');
            color: #000000;font-size:11pt;
            

}

 .img
{
	border: 5px double #8a774f;
}

table, td, th
{
            font-family: Byington; Times New Roman; 

            color: #000000;font-size:11pt;
	
}

h1, h2, h3, h4, h5, h6
{
	font-family:Times New Roman;

}
h1
{
	color: #4E4E4E;font-family:Goudy Old Style; font-size:17pt; font-style:italic; font-weight:bold
}
h2
{
	color: #5c3931; 
}
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: #5c3931;
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: #EFEFEF;
padding: 5px;
z-index: 5;
}