body {  
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
letter-spacing: 0px;
color: #000000;
margin: 0;
}

img {
border: 0;
}

td {  font-family:  Verdana, Arial,Helvetica, sans-serif;
font-size: 11px;
letter-spacing: 0px;
color: #252525;
}

.navig A:link {color:#FFFFFF; font-size:11; text-decoration: none;}
.navig A:visited {color:#FFFFFF; font-size:11; text-decoration: none;}
.navig A:active {color:#FFFFFF; font-size:11; text-decoration: none;}
.navig A:hover {color:#FFFFFF; font-size:11; text-decoration: underline;}

.navig {  font-family:  Verdana, Arial,Helvetica, sans-serif;
font-size: 11px;
letter-spacing: 0px;
color: #FFFFFF;
}

.copyright A:link {color:#545454; font-size:10; text-decoration: none;}
.copyright A:visited {color:#545454; font-size:10; text-decoration: none;}
.copyright A:active {color:#545454; font-size:10; text-decoration: none;}
.copyright A:hover {color:#545454; font-size:10; text-decoration: underline;}

.copyright {  font-family:  Verdana, Arial,Helvetica, sans-serif;
font-size: 10px;
letter-spacing: 0px;
color: #7F7F7F;
}

.link A:link {color:#1F3B95; font-size:11; text-decoration: underline;}
.link A:visited {color:#1F3B95; font-size:11; text-decoration: underline;}
.link A:active {color:#1F3B95; font-size:11; text-decoration: underline;}
.link A:hover {color:#1F3B95; font-size:11; text-decoration: none;}

.link {  font-family:  Verdana, Arial,Helvetica, sans-serif;
font-size: 11px;
letter-spacing: 0px;
color: #1F3B95;
}

.path A:link {color:#252525; font-size:11; text-decoration: none;}
.path A:visited {color:#252525; font-size:11; text-decoration: none;}
.path A:active {color:#252525; font-size:11; text-decoration: none;}
.path A:hover {color:#252525; font-size:11; text-decoration: underline;}

.path {  font-family:  Verdana, Arial,Helvetica, sans-serif;
font-size: 11px;
letter-spacing: 1px;
color: #252525;
}

.sitemap A:link {color:#252525; font-size:11; text-decoration: none;}
.sitemap A:visited {color:#252525; font-size:11; text-decoration: none;}
.sitemap A:active {color:#252525; font-size:11; text-decoration: none;}
.sitemap A:hover {color:#252525; font-size:11; text-decoration: underline;}

.sitemap {  font-family:  Verdana, Arial,Helvetica, sans-serif;
font-size: 11px;
letter-spacing: 0px;
color: #252525;
}

Select {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
letter-spacing: 0px;
text-decoration: none;
background: FFFFFF;
border-color: 9D9D9D;
border-style: solid;
border-width: 1;
border-height: 20;
color: 000000;
}

input.radio {
border-color: FFFFFF;
}


input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
letter-spacing: 0px;
text-decoration: none;
background: FFFFFF;
border-color: 9D9D9D;
border-style: solid;
border-width: 1;
border-height: 20;
color: 000000;
}


TEXTAREA  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
letter-spacing: 0px;
background: FFFFFF;
border-color: 9D9D9D;
border-style: solid;
border-width: 1;
color: 000000;
}


	#dhtmlgoodies_slideshow{
		width:620px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Verdana, Arial,Helvetica, sans-serif;	/* Font to use */
		font-size:0.9em;
		line-height : 20px;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#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;
	}