body { color: #4a4a4a; font-size: 11px; font-family: tahoma; margin: 0; }

p { color: #4a4a4a; font-size: 11px; font-family: tahoma; }

td { color: #4a4a4a; font-size: 11px; font-family: tahoma; }

a:link { }

a:visited { }

a:hover { }

a:active { }
li { list-style-image: url(../images/point.gif); }
h1 { color: #f5821f; font-size: 18px; font-family: arial; }
h2 { color: #2372b4; font-size: 14px; font-family: arial; }
a:link { color: #2372b5; text-decoration: none; }
a:visited { color: #2372b5; text-decoration: none; }
a:hover { color: #404040; text-decoration: none; }
.Time-Attendance { font-size: 10px; }

#slideshow {
	position:relative;
	width:375px;
	height:70px;
}

#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;
}