td {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #000000;
}
.page_bg {
	background-color: #000000;
}
.body_bg {
	background-color: #EAE6DB;
}
.bck_black {
	background-color: #000000;
}
.bck_brown {
	background-color: #DDD5C1;
}
.bck_brown2 {
	background-color: #996633;
}
.nav_text {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #14130E;
}
.nav_text a:link {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #14130E;
	text-decoration: none;
}
.nav_text a:visited {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #14130E;
	text-decoration: none;
}
.nav_text a:hover {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #14130E;
	text-decoration: underline;
}
.sub_nav {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #996633;
}
.sub_nav a:link {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #996633;
	text-decoration: none;
}
.sub_nav a:visited {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #996633;
	text-decoration: none;
}
.sub_nav a:hover {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #996633;
	text-decoration: underline;
}
.sub_navheading {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #F38327;
}
.body_heading {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #996633;
}
.footer_text {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #996633;
}
.footer_text a:link {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #996633;
	text-decoration: none;
}
.footer_text a:visited {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #996633;
	text-decoration: none;
}
.footer_text a:hover {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #996633;
	text-decoration: underline;
}
.body_subheading{
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #996633;
}.bck_brown3 {
	background-color: #C8B295;
}
.box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #C8B295;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 3px;
padding-bottom: 0;
background: #000000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 2px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #F0ECDD;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 2px;
z-index: 5;
}
