/* CSS Document */
/* For Slide Presentations */
body {
	background-color:#000000;
	color:#FFFFFF;
	font-family:Georgia, Verdana, Arial, Helvetica, SunSans-Regular, Geneva, sans-serif;
	size: 10px;
	padding: 5px 20px 5px 20px;
}
.textframe {
	position:absolute;
	left: 40px;
	top: 400px;
	width:600px;
	height:160px;
	overflow:auto;
	background-color:#000000;
	padding: 5px 8px 5px 8px;
	border:1px solid #FFFFFF;

}
.backarrow {background-image:url(back_grey.gif); 
	position:absolute;
	left: 20px; top: 120px; 
	width:80px; height: 80px;
}
.fwdarrow {background-image:url(next_grey.gif); 
	position:absolute;
	left: 580px; top: 120px; 
	width:80px; height: 80px;
}
.slideframe {
	position:absolute;
	left: 100px; top 10px;
	width: 480px; height:360px;
}
 .navibar {
 	position:absolute;
	left: 80px; top:600px;
	background-color:#000000; 
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FFFFFF;
	text-align:center;
	padding-right:50px;
}

.placemark {
	position:absolute;
	left:480px;
	top:10px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#00FF00; 
	font-size:12px
}
	
 A:link {text-decoration: none; color:#00FF00}
 A:visited {text-decoration: none; color:#00FF00}
 A:active {text-decoration: none; color:#00FF00}
 A:hover {text-decoration: underline}

 