.body 
{ padding-right: 0px; 
padding-left: 0px; 
padding-bottom: 0px;  
padding-top: 0px; 
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
background-color: #9BA38E;
SCROLLBAR-FACE-COLOR: #70776F; 
SCROLLBAR-HIGHLIGHT-COLOR: #BFCDBD; 
SCROLLBAR-SHADOW-COLOR: grey; 
SCROLLBAR-3DLIGHT-COLOR: darkgrey; 
SCROLLBAR-ARROW-COLOR: #EDE5BF; 
SCROLLBAR-TRACK-COLOR: #F2ECD6; 
SCROLLBAR-DARKSHADOW-COLOR: grey; 
SCROLLBAR-BASE-COLOR: #F2ECD6; 
scrollbar-lightshadow-color: white; }

.yellowtext { font-family: arial, helvetica, sans-serif; font-size: 12px; line-height: 15px; color: #EDE5BF; }
.blacktext { font-family: arial, helvetica, sans-serif; font-size: 12px; line-height: 15px; color: #000000; }
.text1 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 14px; color: #000000 }
.text2 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000 }
.text1Ital { font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 20px; color: #333333 ; font-weight: normal; font-style: italic}
.text2Ital { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; color: #333333 ; font-weight: normal; font-style: italic}
.input { background-color: #F2ECD6; border: #9BA38E 2px solid; color: black; font-family: arial, verdana, ms sans serif; font-size: 12px; } 
.altbuttonformat { background-color: #9BA38E; font-family: arial, helvetica, sans-serif; border: #F2ECD6 1px solid; font-size: 12px; color: #F2ECD6; } 
.textarea { background-color: #F2ECD6; border: #9BA38E 2px solid; color: black; font-family: arial, helvetica, sans-serif; font-size: 12px; line-height: normal; font-weight: normal; } 
.option { background-color: #F2ECD6; border: #000000 2px solid; color: black; font-family: arial, helvetica, sans-serif; font-size: 12px; line-height: normal; } 
.sorry { font-family: arial, helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #EDE5BF; }
a.click:link { color: #70776F; }
a.click:visited { color: #F2ECD6; }
a.click:hover { color: #000000; }

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

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Arial;
line-height: 1.1em;
color: #000000;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: BFCDBD;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #BFCDBD;
padding: 5px;
z-index: 5;
}