.Shadow{
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index:5;
}
.TopButtons {
	background-color: #069;
	position: absolute;
}
.TopButtons1 {	background-color: #93B7BD;
	position: absolute;
	left: -2px;
	top: auto;
	width: 100%;
	height: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(TopButtons_Bg.png);
	background-repeat: repeat-x;
}

body {
	background-color: lavender;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 20px;
	text-align:center;
}
body,td,th {
	color: #000;
	font-family: Calibri;
	font-size: 14pt;	
}
div.side_left{
	background-color: lavender;
	height: 100%;
	width: 9%;
	left:0px;
	top: 0px;
	position:fixed;

	box-shadow: 0px 0px 0px grey;
}
div.side_right{
	background-color: lavender;
	height: 100%;
	width: 9%;
	right:0px;
	top: 0px;
	position:fixed;

	box-shadow: 0px 0px 0px grey;
}
.fallbackText{
	position: absolute;
	top:100px;
	font-size:40pt;
	padding:30pt;
	z-index:0;
	
}
.downloadlink {
	font-size:20pt;
	background-color:white;
	padding:0.5em;
	margin-bottom:0.5em;
	display:inline-block;
	border-radius: 25px;
	box-shadow: 5px 5px 5px grey;
}
.pdfcontainer{
	text-align:center;
	width:90%;
	height:20em auto;
	min-height:20em;
	top:0em;
	position:relative;
	border-width:0px;
	border-color:white;
	border-style:solid;
	display:inline-block;
	background-color:#abc;
	border-radius: 0px;
	box-shadow: 5px 5px 5px grey;
}
.paper{
	width:49%;
	margin-top:1em;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	border:0;
	border-image:0;
}
.paper_single{
	.paper;
	width:75%;
}
