body {
	font-family: Arial, Helvetica, sans-serif;
	color: #625F5F;
	line-height: normal;
	background-color: #FFFFFF;
	margin: 0px 5px 5px 5px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #625F5F;
	line-height: normal;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	color: #625F5F;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	}
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #625F5F;
	font-size: 10px;
	line-height: 18px;
	}
	
.red {
	font-family: Arial, Helvetica, sans-serif;
	color: #951A1D;
	line-height: normal;
	}
	
.redtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #951A1D;
	line-height: normal;
	text-transform: uppercase;
	}
	
a, a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #951A1D;
	line-height: normal;
	text-decoration: underline;
	}
	
span.amp {
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif; 
	font-style: italic; 
	}
	
#slideshow {
    position:relative;
    height:392px;
	}

#slideshow DIV {
	position:absolute;
	top:0;
	left:-518px;
	z-index:8;
	opacity:0.0;
	height: 392px;
	background-color: #FFF;
	}

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

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

#slideshow DIV IMG {
    height: 392px;
    display: block;
    border: 0;
    margin-bottom: 10px;
	}
