BODY {
	font-size: 9pt; 
	font-family: Arial, Helvetica, Sans-serif; 
	color: #000000; 
	margin: 0px 0px 0px 0px; 
	background-color: #FFFFFF;
	background-image: url(images/bg02.gif);	}

TD, P, LI {
	font-size: 9pt; 
	font-family: Arial, Helvetica, Sans-serif; 
	color: #000000; }
	
TD.main {
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px; }

DIV.title {
	font-size: 14pt;
	font-weight: bold; }
	
DIV.small {
	font-size: 7pt; 
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	color: #000000; }

A { color: #000000; text-decoration: underline; font-weight: bold; }
A:Visited { text-decoration: underline; font-weight: bold; }
A:Active { text-decoration: underline; }
A:Hover { text-decoration: underline; }

A.ORANGE { }
A.ORANGE:HOVER { color: #821400; }

A.BLACK { }
A.BLACK:HOVER { color: #FF9933; }

A.BLACK2 { }
A.BLACK2:HOVER { color: #FFFFFF; }

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #443A37;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Arial;
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;
}

