	#ipagebody2 BODY
		{
		font-size:9pt;
		font-style:normal;
		color: #303030;
		font-family:Verdana;
		}
	#ipagebody2 P{
		font-size:9pt;
		font-style:normal;
		color: #303030;
		font-family:Verdana;
	}
	.iName{
		font-size:8pt;
		color: #303030;
		font-family:Verdana;
		font-weight: bold;
		background-color: #F2EFE9;
		padding: 2px 2px 2px 2px;
	}

	.iBLine{
		font-size:10pt;
		color: #006600;
		background-color: #ffffff;
		font-family:Verdana;
	}

	.iDesc{
		font-size:9pt;
		color: #303030;
		background-color: #ffffff;
		font-family:Verdana;
	}
	.iIcons{
		font-size:8pt;
		color: #000000;
		font-family:Verdana;
		padding: 0px 4px 0px 1px;
	}
	#dhtmlgoodies_slideshow{
		margin: 0 auto;
		text-align: center;
		width:610px;	/* Total width of slideshow */
	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-top:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:5px;
		padding-bottom:5px;
		position:relative;
						
	}
	#previewPane img{
	max-width: 600px;
	/* Resize the image for IE6 */
	width: expression(this.width > 600 ? 600: true);
		/*width:600px;
		height:450px;*/
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
		display:none;
	}
	#galleryContainer{
		
		height:82px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px 20px;
		
		/* CSS HACK */
		height: 84px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/82px;	/* Other browsers */
		height: /**/82px;
				
	}
	#arrow_left{
		position:absolute;
		top:0px;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		top:0px;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:400px;
		top:10px;
		left:28px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		position:relative;
	/*	filter: alpha(opacity=80); 
		opacity: 0.8;*/
		cursor:pointer;
		border:0px;
		width:80px;
		height:60px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	.shadetabs li a:link{
	font-size:12px;
	}
	.shadetabs li a:visited{
	font-size:12px;
	}
	.shadetabs li a:hover{
	font-size:12px;
	}
	.shadetabs li a:active{
	font-size:12px;
	}
