html, body{
	margin: 0;
	padding: 0;
	font-family: "Palatino", "Georgia", serif;
	font-size: 9pt;
	line-height: 14.4px;
	-webkit-text-size-adjust: none;
}

body{
	width: 100%;
	height: 100%;
}

div{
	margin: 0;
	padding: 0;
}

a{
	font-size: inherit;
	color: inherit;
}

p{
	padding: inherit;
	margin: inherit;
}

h1, h2, h3{
	font-size: inherit;
	line-height: inherit;
	padding: inherit;
	margin: inherit;
}

h2{
	color: gray;
}

h3{
	margin-top: 1em;
	color: #ABABAB;
}

small{
	color: black;
}

#apoWrapper{
}

#apoHeader{
	height: 72px;
	width: 100%;
	padding-top: 18px;
	background: url(apoLogo.png) top left no-repeat;
	text-align: right;
	cursor: pointer;
	z-index: 0;
	position: absolute;
}

	#apoHeader p{
		padding: 0 18px 0 0;
		margin: 0;
	}

#apoContext{
	width: 100%;
	height: 100%;
	overflow: auto;
}

.apoTile{
	width: 150px;
	position: fixed;
	left: 25px;
	top: 5px;
	background: gray;
	display: none;
	-webkit-box-shadow: 0px 0px 20px #888;
	-moz-box-shadow: 0px 0px 20px #888;
	padding: 0px;
	cursor: pointer;
}

	.thoth{
		height: 230px;
	}
	
	.rws{
		height: 263px;
	}

#apoNotice{
	position: fixed;
	top:50%;
	height: 4em;
	left: 0px;
	right: 0px;
	margin-top: -1em;
	text-align: center;
	font-style: italic;
	font-size: 3em;
	line-height: 1.5em;
	color: gray;
}