@charset "utf-8";
/* CSS Document */

* { 
	margin: 0; 
}

html, body { 
	height: 100%; 
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
} 

td {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
} 

a {
	color:#3a5261;
	text-decoration:underline;
}

a:hover {
	color:#3a5261;
	text-decoration:none;
}

.wrapper { 
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 auto -22px; 
} 

#header{
	height: 67px;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px;
}

.content{
	margin: 0 auto -22px;
	background-color: white;
	/* background-image: url(background.gif); */
	padding-top: 15px;
	height: auto !important; 
	height: 100%; 
}

.pdfwrapper{
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeeee;
	border: 1px solid #757575;
}

#footer{
	margin: 0px;
	position: relative;
	bottom: 0px;
	height: 22px;
	line-height: 22px;
	padding-left: 5px;
	background-color: #757575;
	color: #a6a6a6;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top:2px solid #FFFFFF;
}

#ShowPdf1 {
	width: 976px;
	background-color: #eeeeee;
	border: 1px solid #757575;
	height: 100%;
}

#ShowPdf1 iframe{
	width: 975px;
	height: 100%;
	border:0px; 
}

#a {
	height:100%;
}