/* Text Styles */

html {
	font-family: calibri;
}
span.green {
	color: #00FF00;
	font-weight: bold;
	float: right;
}
span.red {
	color: #FF0000;
	font-weight: bold;
	float: right;
}
p.normal {
	color: #999
}
body {
	padding: 0px;
	margin: 0px;
}
p {
	margin: 3px;
}
#slideshow {
	margin: 0px;
	position: relative;
	width: 80%;
	height: 240px;
	padding: 10px;
}
#sampletext {
	position: absolute;
	font : italic lighter 13px calibri;
	color : #aaaaaa;
	margin-top : 0px;
}
#slideshow > div {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
