@charset "UTF-8";
/* CSS Document */

body {
	margin-left: auto;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: #555555;
	background-image: url(images/background-tile.gif);
}
#noflashbox {
	background-color: #FFF;
	padding: 20px;
	margin: 10%;
	font-family: Helvetica, Arial, sans-serif;
	border: 2px solid #000;
}
#titlebox {
	width: 700px;
	margin-left: -350px;
	padding-top: 0px;
	position: absolute;
	top: 0px;
	left: 50%;
    text-align: center;
    color: #ddd;
    z-index: -5;
	}
#textbox {
	width: 700px;
	margin-left: -350px;
	position: absolute;
	top: 480px;
	left: 50%;
	visibility: visible;
	text-align: center;
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFF;
	overflow: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 130%;
}
#textbox a:link img, #textbox a:visited img {
	padding-bottom: 2px;
}
#textbox a:hover img {
	padding-bottom: 0px;
	border-bottom: 2px solid #cbcbcb;
}

#textbox a img.selected {
	padding-bottom: 0px;
	border-bottom: 2px solid #ffa;
}

.small {
	font-size: 80%;
	color: white;
}

.small strong {
	padding-left: 10px;
}

#textbox a, #textbox a:visited, #textbox a:hover, #textbox a:active {
	color: #ffa;	
}

