
a{
	color: #000000;
	text-decoration: none;

}

a:visited{
	color: #808080;
	text-decoration: none;

}

a:hover{
	color: #C60000;
	text-decoration: underline;
}

A:td.link{text-decoration : none; color:#808080} 
A:td.active{text-decoration : none; color:#808080} 
A:td.visited{text-decoration : none; color:#808080} 
A:td.hover{text-decoration : none;color:#C60000}

img.clams { border: green solid 3px; }



body
{background: #ececec;
color:#404040; 
 scrollbar-base-color: #e0e0e0;
 font-family: verdana;
 font-size: 10px;}


td
{ 
 font-family: Verdana;
 font-size: 10px;}

/* Thumbnail Viewer
-------------------------------------------------------- */


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

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 12px Verdana;
line-height: 1.5em;
background: #FFFFFF;
color: #c60000;
text-align: center;
}



#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: 2px solid black;
background-color: #FFFFFF;
padding: 5px;
z-index: 5;
}