body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image:  url(ts_bg.gif);
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.ba {font-size: 26pt; font-weight:bold;}
.bb {font-size: 12pt; }
/* size 2 */
.bc {font-size: 10pt;}
/* size 1 */
.co {font-size: 8pt;}
.m {
	margin-left: 20px;
}

/* 10-16-11 jQuery stuff A4

#slideshow {
    position:relative;
    height:175px;
}

#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;
}
*/

/* 10-16-11 jQuery stuff A5 */

#slideshow {
	position: relative;
	width: 700px;
	height: 175px;
	overflow: hidden;
	
}
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	width: 700px;
	height: 175px;
}



