body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bg.jpg);
	color: #CCC;
	margin: 0px;
}
.White {
	color: #FFF;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #A50000;
}
.Footer a:link {
	color: #CCC;
	text-decoration: none;
}
.Footer a:visited {
	color: #CCC;
	text-decoration: none;
}
.Footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.Footer a:active {
	color: #CCC;
	text-decoration: none;
}
a:link {
	color: #9E0E23;
	text-decoration: none;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #9E0E23;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#slideshow {
    position:relative;
width:565px;
height:360px;
}

#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;
}
