@charset "UTF-8";
.footer {
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	color:white;
	text-align:right;
	font-size:7pt;
}

.footerright {
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	color:white;
	text-align:left;
	font-size:7pt;
}

.address {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2d3941;
	font-size:11.5pt;
}

.text {
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	color:#2d3941;
	font-size:10pt;
}

.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2d3941;
	text-align:left;
	font-size:14pt;
	font-weight:bold
}

.subtitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2d3941;
	text-align:left;
	font-size:10pt;
}

.emailtext {
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	color:#ffffff;
	text-align:left;
	font-size:12pt;
}

.emailtitle {
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	color:#ffffff;
	text-align:left;
	font-size:12pt;
	font-weight:bold
}

#slideshow {
    position:relative;
    height:342px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

	#wrapper {
		width: 234px;
		float: right;
	}



	/* STYLES FOR CROSSFADER */



	div.cf_wrapper
	{
		position: relative;
	}
	
	div.cf_element
	{
		width: 275px;
		height: 234px;
	}
	
	div.cf_element div.content
	{
		padding: 0px;
	}

	div.cf_element div.content h3
	{
		padding-top: 0;
		margin-top: 0;
	}