<!--
BODY {
	font-family:verdana;
	font-size:11px;
	margin:0px 0px 0px 0px;
				}
TABLE { font-family:verdana;font-size:11px;}

INPUT, TEXTAREA {
	FONT-FAMILY:verdana;
	FONT-SIZE:11px;
	BORDER-TOP: #9c9c9c 1px solid;
	BORDER-BOTTOM: #9c9c9c 1px solid;
	BORDER-LEFT: #9c9c9c 1px solid;
	BORDER-RIGHT: #9c9c9c 1px solid;
}

TEXTAREA { BACKGROUND-IMAGE: url(http://www.lasp.net/images/txtarea.gif); }

a { color: black;text-decoration:none;font-weight:bold; }
a:hover { color:red; }
.scelte { color:#996969;text-decoration:underline; }
.scelte:visited { color:#696969; }
.scelte:hover { color:blue;text-decoration:underline }
.bottom { font-size:10px;color:black;font-family:tahoma;text-decoration:none; }
.tbflat {	FONT-FAMILY:verdana;FONT-SIZE:10px;}
.sceltetop { color:white;text-decoration:none; }
.sceltetop:visited { color:white; }
.sceltetop:hover { color:red;text-decoration:none }
.NavMenu {width:100%;}
.NavMenu a, .NavMenu a:visited {width:100%;}
.NavMenu a:hover {width:100%;}
.whitesmallheader  {color : White; font-weight : bold; font-size : x-small; font-family : Verdana;background-color:#6699cc;}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 1px;
padding-bottom: 0;
background: #CCCCCC;
visibility: hidden;
z-index: 10;
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: 1px 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;
}

HR.hr {
	color:#999999;
	background-color:#B0C4DE;
	border: 0px solid #B0C4DE;
	height: 1px;
}
-->