body {
	background-color: #2F2F2F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 30px;
}

h1           {
	font-size:13pt;
	margin:4px;
	color: #FFFFFF;
}
h2           {
	font-size:9pt;
	margin:4px;
	color: #AFA393;
}
h3           {
	font-size: 8pt;
	margin:15px;
	color: #FFFFFF;
}

h4           {
	font-size: 11pt;
	margin:8px 6px 8px 12px;
	color: #FFFFFF;
}
h5           {
	font-size: 18pt;
	margin:5px;
	color: #252521;
}
h6           {
	font-size: 7pt;
	margin:5px;
	color: #FFFFFF;
}

         p   {
	font-size: 8pt;
	margin:5px;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #FFFFFF
}
a:visited {
	text-decoration: none;
	color: #FFFFFF
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {text-decoration: underline;}

a.za {text-decoration: none; color: #003366}
a.za:visited {text-decoration: none; color: #003366}
a.za:hover { text-decoration: underline; color: #0099FF;}
a.za:active {text-decoration: underline;}

.bimg {
	color: #66CCFF;
	border: 1px solid #0099FF;
}
#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;
}
