0@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}

.style1 {font-size: small}
.style3 {font-size: small; font-weight: bold; }

a:link {
	color: #1B4794;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #1B4794;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #d99c1f;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #1B4794;
	font-weight: bold;
}


#container {
	width: 570px;
	text-align: center;
	float: center;
}
#container span {
	font-size: 9px;
}

#images {
	width: 450px;
	margin: 0px auto;
	text-align: center;
}

#imageCaption {
	width: 320px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-weight: bold;
}

.thumb {

	float: center;

	width: 50px;

	padding: 0px;

	margin: 2px;

	border: 0px dotted #aaa;

	text-align: center;


}

.hidden {
	display: none;
}

#browsercheck {
	display: none;
}