#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #000000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
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;
}

a.smalllink:link { color: #ffffff; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal;}
a.smalllink:visited { color: #ffffff; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal;}
a.smalllink:active { color: #ffffff; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal;}
a.smalllink:hover { color: #000000; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal;}

a.link:link { color: #666666; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: normal; font-style: normal; font-weight: bold;}
a.link:visited { color: #666666; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: normal; font-style: normal; font-weight: bold;}
a.link:active { color: #666666; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: normal; font-style: normal; font-weight: bold;}
a.link:hover { color: #000000; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: normal; font-style: normal; font-weight: bold;}

a.link2:link { color: #666666; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: small; font-style: normal;}
a.link2:visited { color: #666666; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: small; font-style: normal;}
a.link2:active { color: #666666; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: small; font-style: normal;}
a.link2:hover { color: #000000; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: small; font-style: normal;}

td.menu{color:#ffffff;font-size:small; font-weight:bold; background-color:#336633;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;border-bottom-color:#000000;border-left-color:#000000;border-top-color:#000000; border-right-color:#000000; border-right-width:0px; border-right-style:solid}

a.ltmen{display:block; background-color:transparent; color:#ffffff}a.ltmen:link{text-decoration:none;background-color:transparent}a.ltmen:active{text-decoration:none;background-color:transparent}a.ltmen:visited{text-decoration:none;background-color:transparent}a.ltmen:hover{text-decoration:none;color:#CCF;background-color:#FF9933; color:#000000}


body {
		font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
	margin: 10px; padding: 0px;}
	
.headingbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #FF9933;}
	
.headingbold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #336633;}
	
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #000000;}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #ffffff;}