@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
img {
	border:none;	
}
a {
	color:#000;
	text-decoration:none;	
}
a:hover {
	color:#000;
	text-decoration:underline;	
}

#header {
	width:100%; height:80px; background:#FFF;
}

#footer {
	width:100%; height:100px; background:#FFF;
}

.main_content {
	width:100%; height:650px; background:#f2f2f2; overflow:auto;
}

.pdf_wrapper {
	top:0px; left:0px; bottom:0px; right:0px; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;
}

ol.number {
	list-style-type: decimal; margin-left: 0px; padding-left:20px;
}

ol.alpha {
	list-style-type: lower-alpha; margin-left: 0px; padding-left:20px;
}