@charset "UTF-8";
/* CSS Document */

html {
	margin:0;
	padding:0;
	}
body { 
	font-family: Myriad Roman, Verdana, sans-serif;
	line-height: 1;
	color: #ffffff; 
	background: #969a72; 
	margin:20px; 
	padding:0px;
	border:0;
	}
table {
	width:918px;
	}
p { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	font-size:12px;
	color: #ffffff;
	margin-top: 10px;
	margin-left:20px;
	margin-right:20px;
	padding:1px;
	border:0;
	}
h1 {
	font-family:Myriad Roman, Verdana, sans-serif;
	color:#999999;
	font-size:12px;
	font-style:normal;
	font-weight:200;
	margin:10px;
	padding:5px;
	}
h2 {
	font-family:Myriad Roman, Verdana, sans-serif;
	color:#ffffff;
	line-height: 30px;
	font-size:12px;
	font-style:normal;
	font-weight:200;
	margin-left:20px;
	}
h3 {
	font-family:Myriad Roman, Verdana, sans-serif;
	color:#fbce97;
	line-height: 30px;
	font-size:12px;
	font-style:normal;
	font-weight:200;
	margin-left:20px;
	}
h4 {
	font-family:Myriad Roman, Verdana, sans-serif;
	color:#fbce97;
	line-height: 30px;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	margin-left:20px;
	}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1;
	font-size:11px;
	color: #ffffff;
	font-weight:lighter;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	padding:1px;
	border:0;
	}
h6 {
	font-family:Myriad Roman, Verdana, sans-serif;
	color:#fbce97;
	line-height: 10px;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	margin-left:20px;
	margin-bottom:4px;
	margin-top:5px;
	}
a:link {  
	line-height: 1em;
	font-weight: normal; 
	text-decoration: none;
	color:#999999;
	}
a:visited { 
	line-height: 1em;
	font-weight: normal; 
	text-decoration: none;
	color:#999999;
	}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
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;
margin-top:-30px;
color: #ffffff;
padding: 5px;
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: #e18515;
padding: 5px;
z-index: 5;
}