/* Fonts */html{	font-size: 100%;	}body{	font: 0.625em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;	color: #ffffff;	background: #fff;	/* Needed for IE 6 - could be controlled via site-specific script instead */	height: 100%;}input, select, textarea{	font-size: 100%;}h1{	font: bold 3em/1em Arial, Helvetica, sans-serif;	color: #ff0000;}h2{	font: 1.5em/1.3em Arial, Helvetica, sans-serif;	}h3{	font: bold 1.2em/1em Arial, Helvetica, sans-serif;	}/* Tag-specific */html, body, form, fieldset, li, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, input{	margin: 0;	padding: 0;}dl, p, ul, ol{	margin: 0 0 1em;	padding: 0;}a{	color: #ff0000;}dt{	font-weight: bold;}body{		background: #777;}form label{	cursor: pointer;}img{	border: none;}input{	vertical-align: middle;}/* General */#container{	background: #000066;	overflow: hidden;	width: 800px;	margin: 2em auto 0;	padding: 2em 1em 4em;	-moz-border-radius: 10px;	-webkit-border-radius: 10px;	-moz-box-shadow: 1px 1px 10px #000;	-webkit-box-shadow: 1px 1px 5px #000;}.navigation-controls {	position: relative;	text-align: center;	background: #000066;	padding: 5px;	z-index: 1001;}/* Picture slides */.picture-slides-disabled {	color: #eee;}.picture-slides-container {	margin-bottom: 2em;}.picture-slides-dimmed-background .navigation-controls {	-moz-border-radius : 0 0 5px 5px;	-webkit-border-top-left-radius : 0;	-webkit-border-top-right-radius : 0;	-webkit-border-bottom-left-radius : 5px;	-webkit-border-bottom-right-radius : 5px;}.picture-slides-dimmed-background .picture-slides-image-text {	-moz-border-radius: 5px 5px 0 0;	-webkit-border-top-left-radius : 5px;	-webkit-border-top-right-radius : 5px;	-webkit-border-bottom-left-radius : 0;	-webkit-border-bottom-right-radius : 0;}.picture-slides-fade-container {	position: relative;	overflow: hidden;	z-index: 1002;}.picture-slides-fade-container a {	display: block;	height: 300px;	text-align: center;	margin-bottom: 10px;}.picture-slides-fade-container a img {	-moz-box-shadow: 5px 5px 10px #000;	-webkit-box-shadow: 5px 5px 10px #000;}.picture-slides-image-load-fail {	display: none;}.picture-slides-image-text {	position: relative;	background: #000066;	text-align: center;	padding: 5px 0 10px;	z-index: 1001;}.picture-slides-previous-image, .picture-slides-next-image, .picture-slides-start-slideshow, .picture-slides-stop-slideshow {	display: none;}.picture-slides-previous-image, .picture-slides-next-image, .picture-slides-start-slideshow, .picture-slides-stop-slideshow {	cursor: pointer;}.picture-slides-thumbnails {	list-style: none;	margin-top: 1em;	overflow: hidden;}.picture-slides-thumbnails li {	float: left;	width: 120px;	margin: 0 10px 5px 0;}.picture-slides-thumbnails li img {	width: 120px;}.picture-slides-thumbnails a {	outline: none;}.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {	width: 116px;	height: 86px;	padding: 2px;	background: #ff0000;	border: 1px solid #000;	-moz-border-radius: 5px;	-webkit-border-radius: 5px;}.picture-slides-dim-overlay {	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 90%;	background: #000099;	opacity: 0;	/* For IE 5-7 */	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);	z-index: 1000;	display: none;}