body {
	background: #ffffff;
	font: 12px Verdana, Arial, Sans-serif;
	color: #000000;
}

h1 {
	font-size: 140%;
}

 
td {
color: #000000;font-family:tahoma, verdana, helvetica; font-size: 11px; font-weight:none;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-base-color : #ffffff;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #000000;
}

a { color:#0000FF; text-decoration:none; font-weight:bold;}
a:hover { color:#ff0000; text-decoration:none; font-weight:bold;}
a:active { color:#0000ff; text-decoration:none; font-weight:bold ;}

.Menu
{width: 100%; height: 15px; padding:2 5 3 2; border-right: buttonshadow 1px solid; border-top: #F8F3A8 1px solid; border-left: #f5f5f5 1px solid; border-bottom: buttonshadow 1px solid; background-color: #C30C0C; cursor:hand; color:#FFFFFF;}
.Option
{width: 100%; height: 15px; padding:2 5 3 16; border: 1 1 1 1 solid #ffffff; background-color: #ffffff; cursor:hand;}
.Options {padding:1 1 1 1}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
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;
}