﻿a:link    {color:#006200; text-decoration:underline; font-family: Arial   }
a:visited {color:#006200; text-decoration:underline; font-family: Arial, Verdana, Sans Serif;  }
a:active  {color:#003300; text-decoration:none; font-family: Arial; }
a:hover   {color:#003300; text-decoration:none; font-family: Arial, Verdana, Sans Serif; }

a:link.nav    {color: #6C0000; text-decoration:underline; font-family: Arial;font-variant:small-caps; font-weight: bold;font-size: 10pt;  }
a:visited.nav  {color:#6c0000; text-decoration:underline; font-family: Arial, Verdana, Sans Serif;font-variant:small-caps; font-weight: bold;font-size: 10pt;  }
a:active.nav   {color:#6c0000; text-decoration:none; font-family: Arial, Verdana, Sans Serif;font-variant:small-caps; font-weight: bold;font-size: 10pt;  }
a:hover.nav    {color:#6c0000; text-decoration:none; font-family: Arial, Verdana, Sans Serif;font-variant:small-caps; font-weight: bold;font-size: 10pt;  }

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;}

a:link.h    {color: #6c0000; text-decoration: underline; font-family: Arial, Verdana, 'Sans Serif'; font-weight: bold;font-size: 10pt;  }
a:visited.h  {color:#6c0000; text-decoration:underline; font-family: Arial, Verdana, Sans Serif; font-weight: bold;font-size: 10pt; }
a:active.h   {color:#6c0000; text-decoration:underline; font-family: Arial, Verdana, Sans Serif; font-weight: bold; font-size: 10pt; }
a:hover.h    {color:#6c0000; text-decoration:none; font-family: Arial,Verdana, Sans Serif; font-weight: bold; font-size: 10pt;}


.tableborder {
	border-collapse: collapse;
	border: 1px solid #2E381D;
}
body {
	background-color: #E1E9D6;
	font-family: Arial;
	color: #2E381D;
}
.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: #7E674D;
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: #7E674D;
padding: 5px;
z-index: 5;
}

h1           { font-family: Tahoma; font-size: 12pt; font-weight: 
               bold }