body {
	margin: 10px 0 0 0;
	background: #003366 url(../img/bkgdMain.gif) repeat-x;
	background-position: top;
	vertical-align: text-top;
}
.bodyText {
	font: bold 13px Tahoma, Verdana, Arial;
	color: #000000;
}
.bodyLink {
	font: bold 13px Tahoma, Verdana, Arial;
	color: #000000;
	text-decoration: underline;
}
a.bodyLink:hover {
	font: bold 13px Tahoma, Verdana, Arial;
	color: #CC0000;
	text-decoration: none;
}
.header {
	font: bold 16px Tahoma, Verdana, Arial;
	color: #FFFFFF;
}
.menubutton {
	font: bold 12px Tahoma, Verdana, Arial;
	color: #333333;
	text-decoration: none;
	background-color: #EEEEEE;
	padding: 4px 10px 4px 10px;
	height: 25px;
	width: 175px;
	border: 1px solid #999999;
	margin: 1px;
}
a.menubutton:hover {
	font: bold 12px Tahoma, Verdana, Arial;
	color: #EEEEEE;
	text-decoration: none;
	background-color: #CC0000;
	padding: 4px 10px 4px 10px;
	height: 25px;
	width: 175px;
	border: 1px solid #999999;
	margin: 1px;
}
.linkBottom {
	font: 11px Tahoma, Verdana, Arial;
	color: #EEEEEE;
	text-decoration: underline;
}
a.linkBottom:hover {
	font: 11px Tahoma, Verdana, Arial;
	color: #FFFFFF;
	text-decoration: none;
}
.bodyBottom {
	font: 11px Tahoma, Verdana, Arial;
	color: #EEEEEE;
}
.form {
	border: 1px #333333 solid;
	font: normal 12px Tahoma, Verdana, Arial;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.button {
	border: 1px #000000 solid;
	padding: 2px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font: bold 12px Tahoma, Verdana, Arial;
}
.imgBorder {
	border: 4px #CCCCCC solid;
}
#thumbBox { /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px 10px 0 10px;
	background: #313131;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
}
#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
	font: bold 11px Tahoma, Verdana, Arial;
	line-height: 1.1em;
	color: #FFFFFF;
	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;
}
