body	{font-family: arial,helvetica,sans-serif;
	color: maroon;
	font-size: 10pt;
	background-color: #c9ccc0}

H1	{font: 28pt arial,helvetica,sans-serif;
	font-weight: bold;
	line-height: 30pt;}

.showtitle	{color: #000066;
		font-weight: bold;
		font-size: 10pt;}
.showheading	{color: #000066;
		font-size: 10pt;}
.showdetail	{color: maroon;
		font-weight: bold;
		margin-left: 5pt;
		font-size: 8pt;}


.info 		{color: #000066;
		font-size: 10pt;}
.infoheading 	{color: #000066;
		font-weight: bold;
		font-size: 12pt;}
.infoindent 	{color: #000066;
		margin-left:  10pt;
		font-size: 10pt;}
.listhead 	{color: #000000;
		font-size: 10pt;
		text-align: center;}
.listing 	{color: #000000;
		font-size: 8pt;}
.footnote	{color: #990066;
		font-size: 8pt;}

a:link 		{color: #000066;
		font-size: 10pt;}
a:visited 	{color: #000066;
		font-size: 10pt;}
a:hover 	{color: #FF0000;
		font-size: 12pt;}
a:active 	{color: #000066;
		font-size: 10pt;}

#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;
}