#accordion {
	margin: 0px 0px;
}

h3.toggler {
	cursor: pointer;
	border: none;
	font-family: 'Century Gothic', Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 0 4px 5px;
	padding: 3px 0px 1px;	
	width: 900px;
}

h3.toggler a:link, h3.toggler a:visited {
	color: #666666;
}

h3.toggler a:hover, h3.toggler a:active {
	color: #333333;
}

.activePanel { 
	color:#333333;
}

body {
	margin: 15px;
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	text-decoration: none;
}

img {
	border: none;
}

a:link, a:visited {
	color: #333333;
	outline: none;
	text-decoration: none;
}

a:hover, a:active {
	color: #666666;
	outline: none;
	text-decoration: none;
}

#header {
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.6px;
	color: #666666;
	text-align: center;
	text-decoration: none;
}

#header a:link, #header a:visited {
	color: #666666;
	text-decoration: none;
}

#header a:hover, a:active {
	background-color: #888888;
	color: #FFFFFF;
	text-decoration: none;
}

#miniatures {
	cursor:pointer;
	text-align: center;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	opacity: 0.7;
}

#miniatures:hover {
	text-align: center;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	opacity: 1;
}

#footer {
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #888888;
	text-align: center;
	text-decoration: none;
}

#footer a:link {
	color: #666666;
	text-decoration: none;
}

#footer a:visited {
	color: #888888;
	text-decoration: none;
}

#footer a:hover, a:active {
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
}
