@charset "utf-8";
/* CSS Document */
body {
		margin: 0px;
		padding: 0px;
		//background: #e6cea0;
		position: absolute;
		width: 100%;
		height: 100%;
		
	}
	#box {
		position: absolute;
		left: 0%;
		top:  0%;
		background: #111;
		border: gray solid 1px;
		visibility: hidden;
	}
	#screen {
		position: relative;
		left:0px;
		width: 100%;
		top: 10%;
		height: 100%;
		background: #000;
		border: gray solid 1px;
	}
	#box img  {
		position: absolute;
		border: gray solid 1px;
		cursor: pointer;
		filter:alpha(opacity=100);
		-ms-interpolation-mode:nearest-neighbor;
	}
	#box span {
		position: absolute;
		color: #0049A4;
		font-family: verdana;
		font-size: 12px;
		width: 200px;
	}
	#box a {
		text-decoration: none;
		color:#e6cea0;
	}
	#box a:hover	{
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	#box a:visited {
		text-decoration: none;
		color:#d9ac51;
	}
	#box a:visited:hover {
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	#lnk {
		visibility: hidden;
	}
.Style74 {	font-family: Arial, Helvetica, sans-serif
}
.Style74 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #005aa3; }
.Style75 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #005aa3; font-weight: bold; }
.Style108 {
	font-size: 10px;
	color: #CCCCCC;
	font-style: italic;
}
