h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 49%;
	float: left;
	text-align: justify;

}
.right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 49%;
	float: right;
	z-index: 2;
	text-align: justify;

}
.picWrapLeft {
	float: left;
	visibility: visible;
	z-index: 10;

}


.wrapper{
text-align: center;	
}

.page {
	margin:0 auto 0 auto;
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 740px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 800px;
	page-break-after: always;

}

.breaker{
	clear: both;
}


.index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	visibility: visible;
	width: 100%;
	padding: 30px;
	float: right;
	z-index: 2;
	

}
.center {
	text-align: center;
}

.bg {
	background-color: #999999;
}

img {
	border: 0px none;
}

.hidden{
	display:none;
}