	body {
		margin-left: 0px;
		margin-top: 0px;
		background-color: #000000;
	}
	
	.Spinner {
		  background-image:url("/images/loader-white.gif");
		  background-position: center;
		  background-repeat: no-repeat;
	}
	
	.small-white {
		  font-family: Arial, Helvetica, sans-serif; 
		  font-size: 9pt; 
		  font-style: normal; 
		  line-height: normal; 
		  font-weight: normal; 
		  font-variant: normal; 
		  text-transform: none; 
		  color: #FFFFFF;
	}

	.small-black {
		  font-family: Arial, Helvetica, sans-serif; 
		  font-size: 9pt; 
		  font-style: normal; 
		  line-height: normal; 
		  font-weight: normal; 
		  font-variant: normal; 
		  text-transform: none; 
		  color: #000000;
	}

	A.refreshLink:link {
		  font-family: Arial, Helvetica, sans-serif; 
		  font-size: 9pt; 
		  font-style: normal; 
		  text-decoration:none;
		  line-height: normal; 
		  font-weight: normal; 
		  font-variant: normal; 
		  text-transform: none; 
		  color: #667EBD;
	}

	A.refreshLink:hover {
		  font-family: Arial, Helvetica, sans-serif; 
		  font-size: 9pt; 
		  font-style: normal; 
		  text-decoration:none;
		  line-height: normal; 
		  font-weight: normal; 
		  font-variant: normal; 
		  text-transform: none; 
		  color: #AAAACC;
	}

	A.refreshLink:active {
		  font-family: Arial, Helvetica, sans-serif; 
		  font-size: 9pt; 
		  font-style: normal; 
		  text-decoration:none;
		  line-height: normal; 
		  font-weight: normal; 
		  font-variant: normal; 
		  text-transform: none; 
		  color: #FF0000;
	}
	
	
	A.revLinkSmallWhite:link {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 8pt; 
		font-style: normal; 
		text-decoration:none;
		line-height: 150%; 
		font-weight: bold; 
		font-variant: normal; 
		text-transform: none; 
		color: #FFFFFF;
		/*text-shadow: 0px 0px 5px black;*/
		background: rgb(0 0 0 / 30%);
		padding:4px;	  
}

A.revLinkSmallWhite:visited {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 8pt; 
		font-style: normal; 
		text-decoration:none;
		line-height: 150%; 
		font-weight: bold; 
		font-variant: normal; 
		text-transform: none; 
		color: #FFFFFF;
		/*text-shadow: 0px 0px 5px black;*/
		background: rgb(0 0 0 / 30%);
		padding:4px;	  
}

A.revLinkSmallWhite:hover {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 8pt; 
		text-decoration:none;
		line-height: 150%; 
		font-weight: bold; 
		font-variant: normal; 
		text-transform: none; 
		color: #FFFFFF;
		/*text-shadow: 0px 0px 5px black;*/
		background: rgb(0 0 0 / 55%);
		padding:4px;	  
}

A.revLinkSmallWhite:active {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
	text-decoration:none;
	line-height: 150%; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #FFFFFF;
	/*text-shadow: 0px 0px 5px black;*/
	background: rgb(0 0 0 / 30%);
	padding:4px;	  
}
	
	.LightImage {
	/*  display: block;
		margin-left: auto;
		margin-right: auto; */
		opacity:0.8;
		filter:alpha(opacity=85);	/* fall-back for IE8 */
	}

	.LightImage:hover{
	/*  display: block;
		margin-left: auto;
		margin-right: auto; */
		opacity:1.0;
		filter:alpha(opacity=100);	/* fall-back for IE8 */
	}