@charset "utf-8";
/* CSS Document */


 
/*ul li { list-style: none; display: inline; }
 
 
#wrapper {
	margin: 0 auto;
	padding: 0px;
	border: none;
	}
 */
 
a:focus {
	outline: none;
	}
 
/* BASIC STYLES */
 
.btn-slide {
	background: #ffffff;
	text-align: left;
	display: block;
	color: #003b80;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding: 0px;
	font-style: italic;
}
 
.btn-slide:hover {
	color: #000;
	text-decoration: underline;
	}
	
.active {
	color:#ffffff;
	}
	
.selected a {
	color: #000;
	text-decoration: none;
