<style fprolloverstyle>
	A.ca4:Visited { font-family: Century Gothic, Arial; color: 808080; text-decoration: none}
	A.ca4:link    { font-family: Century Gothic, Arial; color: 808080; text-decoration: none}
	A.ca4:Active  { font-family: Century Gothic, Arial; color: ffffff; text-decoration: none}
	A.ca4:hover   { color: FA8802; text-decoration: none; }
	P.menu	       { font-family: Century Gothic, Arial; color: #808080; FONT-SIZE: 12pt }
	P.menutxt      { font-family: Century Gothic, Arial; color: #808080; FONT-SIZE: 12pt }
	font.txt       { font-family: Century Gothic, Arial; FONT-SIZE: 10pt }
	font.menu      { font-family: Century Gothic, Arial; FONT-SIZE: 12pt }
	font.small     { font-family: Century Gothic, Arial; FONT-SIZE: 9pt }
	font.xsmall    { font-family: Century Gothic, Arial; FONT-SIZE: 8pt }
	A:Visited { font-family: Century Gothic, Arial; color: 808080; text-decoration: none}
	A:link    { font-family: Century Gothic, Arial; color: 808080; text-decoration: none}
	A:Active  { font-family: Century Gothic, Arial; color: 808080; text-decoration: none}
	A:hover   { color: #FA8802; text-decoration: none; }
	BODY  {   FONT-FAMILY: Century Gothic, Arial;	FONT-SIZE: 10pt
        
        scrollbar-3dlight-color: #2E2E2E; 
        scrollbar-arrow-color: #545454;         
        scrollbar-highlight-color: #404040; 
        scrollbar-face-color: #000000; 
        scrollbar-shadow-color: #404040; 
        scrollbar-track-color: #000000; 
        scrollbar-darkshadow-color: #313131; }
	P     {   FONT-FAMILY: Century Gothic, Arial;	FONT-SIZE: 10pt }
	UL    {   FONT-FAMILY: Century Gothic, Arial;	FONT-SIZE: 10pt }
	LI    {   FONT-FAMILY: Century Gothic, Arial;	FONT-SIZE: 10pt }
	FORM  {   FONT-FAMILY: Century Gothic, Arial;	FONT-SIZE: 10pt }
	INPUT {   FONT-FAMILY: Century Gothic, Arial;	FONT-SIZE: 10pt }
	TABLE {   FONT-FAMILY: Century Gothic, Arial;	FONT-SIZE: 10pt }
	TR    {   FONT-FAMILY: Century Gothic, Arial;	FONT-SIZE: 10pt }
	TD    {   FONT-FAMILY: Century Gothic, Arial;	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 8px Century Gothic, Arial;
letter-spacing: 5px;
line-height: 1.1em;
color: #808080;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #808080;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #808080;
padding: 5px;
z-index: 5;
}


	</style>
