* {
 padding:0;
 margin:0;
}
body {
	background: transparent url(../images/bg.jpg) repeat top left;
	font-family: Times New Roman, Times, serif;
	/*color: #996600;*/
	font-size: 100%;
}
a{
 	font-family: Times New Roman, Times, serif;
	/*color: #996600;*/
	font-size: 100%;
}
.clear {
	clear: both;
}
.closeWindow{
	text-align: center;
}
.PDFHeader{
	float:left;
	position:relative;
	width:100%;
}
.leftButton {
	float:left;
	/*margin-left:-5%;*/
	width:100px;
	margin-left: 10px;
}
.selectForm{
	margin:0pt 185px;
	text-align: center;
}
.rightButton {
	float:right;
	width:100px;
	text-align: right;
	margin-right: 10px;
}
.pageNumber{
	text-align: center;
	clear: both;
	margin-bottom: 5px;
}
.embedPDF{
	text-align: center;
}
