@charset "utf-8";
/* CSS Document */

#div-outer{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#div-inner{
	width: 500px;
  	height: 300px;
  	margin-left: -250px;
  	position: absolute;
  	top: -170px;
  	left: 50%;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003399;
	line-height:1.25em;
	text-decoration: none;
}

a:hover {
	color: #009900;
}

.block {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	line-height:1.25em;
	text-align:justify;
}