BODY { margin:0px; }
H1 { margin:0px; text-align:center; color:#180042; font:bold 16px/26px georgia, agaramond, garamond, times, serif; }
H2 { margin:0px; text-align:center; color:#180042; font:normal 20px/30px  georgia, agaramond, garamond, serif ; }
H3 { margin:0px; text-align:left; color:#180042; font:18px/30px georgia, agaramond, garamond, times, serif; }
TD.artist, .artist, P.artist { margin:0px; text-align:left; color:#180042; font:18px/20px georgia, agaramond, garamond, times, serif; }
TD.title, .title, P.title { margin:0px; text-align:left;color:black; font:bold 14px/22px georgia, agaramond, garamond, times, serif; }
TD.description, .description, P.description { margin:0px; text-align:left;color:black; font:14px/22px georgia, agaramond, garamond, times, serif; }
TD.description2, .description2, P.description2 { margin:0px; text-align:center;color:black; font:10px georgia, agaramond, garamond, times, serif; }
TD.text, .text, P.text { margin:0px; text-align:center; color:#180042; font:14px/26px georgia, agaramond, garamond, times, serif; }
TD.text2, .text2, P.text2 { margin-bottom:1px; color:#180042; font:normal 14px/20px georgia, agaramond, garamond, times, serif; }
TD.text3, .text3, P.text3 { margin-bottom:1px; color:#840052; font:normal 14px/18px georgia, agaramond, garamond, times, serif; }
TD.text4, .text4, P.text4 { margin-bottom:1px; color:#840052; font:bold 16px/20px georgia, agaramond, garamond, times, serif; }
TD.intro, .intro, P.intro { margin:0px; text-align:center;color:#840052; font:normal 11px/16px georgia, agaramond, garamond, times, serif; }
TD.footer, .footer, P.footer { margin-bottom:1px; text-align:center; color:#180042; font:normal 12px georgia, agaramond, garamond, times, serif; }
TD.space, .space { font-family:"Times", serif; font-size:3px; line-height:4px; }
.imagel { margin: 4px 4px 4px 4px; float:left; }
A:link { background:none; color:#180042; text-decoration:none; }
A:visited { background:none; color:#BFBFBF; text-decoration:none; }
A:hover { color:#FF6342; text-decoration:none; font-style:italic; }
.contact { cursor:help; }
.homelink { cursor: url(images/ArrowNorth.cur), n-resize; }
.prevlink { cursor: url(images/ArrowWest.cur), w-resize; }
.nextlink { cursor: url(images/ArrowEast.cur), e-resize; }
.downlink { cursor: url(images/ArrowSouth.cur), s-resize; }
.weblink { cursor: url(images/globe.ani), e-resize; }

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

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Georgia;
letter-spacing: 4px;
line-height: 1.1em;
color: maroon;
padding: 4px 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;
}