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


	
	#screen {
	position: absolute;
	left: 152px;
	top: 130px;
	width: 755px;
	height: 803px;
	background: #ffff;
	background-image: url("");
	overflow:hidden;
	}
	#screen .gridSpan {
		position: absolute;
		overflow: hidden;
		background: #005aa3;
		padding: 0px;
		margin: 0px;
	}
	#screen .pageHTML {
		position: absolute;
		color: #eee;
		font-family: Times New Roman;
		font-size: 1.1em;
		width: 500px;
		height: 333px;
		background-image: url("stripe5.png");
		filter: alpha(opacity=100);
	}
	.abs {
		position: relative;
	}
	#screen .pageHTML H2 {
		position: relative;
		margin: 8px;
		cursor: pointer;
	}
	.sourceHTML {
		visibility: hidden;
	}
	#screen .text {
		margin: 30px;
		padding: 30px;
		text-align: justify;
		color: #ffffff;
	}
	#screen a {
		position: relative;
		border: none;
		text-decoration: none;
	}
	#screen a:hover {
		left:1px;
		top:1px;
		color: #883837;
	}
	#screen img {
		border: none;
		cursor: pointer;
	}
