   BODY { 
/*    background: #FFFFFF;*/
    color: black; 
}

  TD, P, UL, OL,PRE {
    font-family: "Helvetica", "Arial", "Sans-serif" ;
    font-size: 10pt;
    
 }

  .leftnav {
    font-family: "Helvetica", "Arial", "Sans-serif" ;
    font-size: 9pt;
    text-align: center;
    font-weight: bolder;
/*    text-decoration: underline;*/
 }

TD.menu         {font-family:arial,verdana,helvetica,sans-serif; font-weight:bold; font-size:14px; color:333333; text-align:left}
TD.menu         A {color:#333333; text-decoration:none; font-weight:bold}
TD.menu         A:visited {color:#777777}
TD.menu         A:hover {text-decoration:none; color:dark blue}

P.breakhere       /*   {page-break-before: always} */

  .bodytext { font-size: 12pt; 
    color: #444444; 
}

  .indexBodyText { font-size: 12pt;
    color: #444444; 
}

  .emph { font-size: 12pt; 
    color: #444444; 
    font-weight: bolder; 
}

  .title { font-size: 18pt;
    color: #444444; 
    text-align: center; 
    font-weight: bolder; 
}

  .dealertitle { font-size: 12pt; 
    color: #444444;
    font-weight: bolder; 
    margin-bottom:-20 px; 
}

  .subtitle { font-size: 12pt; 
    color: #444444;
    font-style: italic; 
    font-weight: bolder; 
    margin-bottom:0in; 
}

  .small { font-size: 7pt; }


TD.botnav         A {color:#444444; text-decoration:none; font-weight:bold; font-size: 9pt;}
TD.botnav         A:visited {color:#888888}
TD.botnav         A:hover {text-decoration:none; color:dark blue}

  .leftinfo {
    font-family: "Verdana", "Arial", "Sans-serif" ;
    font-size: 8pt;
 }

  .leftbutton {
    font-family: "Verdana", "Arial", "Sans-serif" ;
    font-size: 8pt;
 }

  .stepindicator_on {
    font-family: "Verdana", "Arial", "Sans-serif" ;
    font-size: 8pt;
    font-weight: bolder;
 }

  .stepindicator_off {
    font-family: "Verdana", "Arial", "Sans-serif" ;
    font-size: 8pt;
 }

  .medhome { font-size: 8pt; 
    color: #444444; 
}

  .brightcolor { 
    color: #800000;
    font-size: 12pt
}

  .medother { font-size: 9pt; 
    color: #929292; 
}

  .c { text-align: center }

  .body { 
    text-align: justify; 
}

  .indexbody { 
    text-align: justify; 
    color: #2260AA; 
}

  .note { 
    font-size: 8pt; 
    font-style: italic; 
}

  .stlhe { 
    font-size: 9pt; 
    font-style: italic; 
}

  .steptitle { font-size: 12pt; 
    color: #000000;
    background-color: #F7F7FF; 
}

  .newstitle { 
    margin-left:0.5in; 
    margin-bottom:.5em; 
    font-size: 10pt; 
    color: #2260AA; 
}

  .indent { 
    margin-top:0in; 
    text-indent:.5in; 
    margin-bottom:.5em; 
}

  .investor { font-size: 12pt; 
    color: #2260AA;
    font-style: italic; 
    margin-bottom:0in; 
    text-indent:6em; 
}

  .investurl { 
    margin-top:0in; 
    text-indent:9em; 
    margin-bottom:.5em; 
    font-size: 10pt; 
}

  .indenti { 
    margin-top:0in; 
    text-indent:.5in; 
    margin-bottom:0in; 
    font-size: 10pt; 
    color: #2260AA; 
    font-style: italic; 
}

  .news { font-size: 8pt; }

  .textnav {
    font-size: 8pt; 
    align: center; 
    text-align: center; 
}

  .redneg { 
    color: white; 
    background-color: maroon 
}

  .grayback { background-color: #AAAAAA }

  EM { color: maroon }

  B, STRONG { font-weight: bolder }  /* relative to the parent */
  I, CITE, VAR, BLOCKQUOTE { font-style: italic }

  ADDRESS {
    color: #2260AA;
    align: center;
    text-align: center;
    font-style: italic;
    font-size: 8pt;
}

  TT, CODE, KBD, SAMP { font-family: monospace }

  A:link { color: blue }          /* unvisited link */
  A:visited { color: darkblue }        /* visited links */
  A:active { color: darkblue }        /* active links */

  
/* LIGHTBOX CSS */  
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
    background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
/*#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }*/ 
/* this code makes the NEXT/PREV buttons permanent */
#prevLink, #prevLink:visited{ background: url(../images/prevlabel.gif) left 1% no-repeat; }
#nextLink, #nextLink:visited{ background: url(../images/nextlabel.gif) right 1% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: center;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

