div.main {
	display: block;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 16px;
	text-align: left;
	padding: 10px 13px 10px 13px;
}

h1 {
	display: block;
	font-size: 20px; 
	text-align: center; 
	background-color: #FFE5EE; 
	padding: 5px;
	margin: 0px; 
	font-weight: bold;
}

h2 {
	display: block;
	font-size: 18px; 
	text-align: left; 
	margin: 0px 0px 5px 0px; 
	font-weight: bold;
}

.small {
	font-size: 10px;
}

/* superscript text that doesn't mess up the linespacing */
.superscript {
	position: relative;
	top: -5px;
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

/* leave a 10 pixel space below the item */
.spaced {
	margin: 0px 0px 10px 0px; 
}

a.biglink {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.box {
	border: 1px dashed #2D2D97;
	background-color: #EBE5FF; 
	padding: 10px 13px 10px 13px;
	margin: 10px 5px 10px 5px; 
}

/* position close buttons at in the upper right corner of their window */
.close_box {
position: absolute; top: 5px; right: 5px;
}

/* indent each level of list ordered point more then the previous levels */
.pointNum1 {
	margin: 0px 0px 0px 0px;
}
.pointTxt1 {
	position: relative;
	top: -18px;
	margin: 0px 0px 0px 30px;
}
.pointNum2 {
	margin: 0px 0px 0px 30px;
}
.pointTxt2 {
	position: relative;
	top: -18px;
	margin: 0px 0px 0px 60px;
}
.pointNum3 {
	margin: 0px 0px 0px 60px;
}
.pointTxt3 {
	position: relative;
	top: -18px;
	margin: 0px 0px 0px 90px;
}
.pointNum4 {
	margin: 0px 0px 0px 90px;
}
.pointTxt4 {
	position: relative;
	top: -18px;
	margin: 0px 0px 0px 120px;
}

/* this div should be put around the non-footnote part of documents with popup footnotes
also be sure to add [style="overflow-y: hidden;"] to the body tag of such documents to prevent iexplorer errors */
div.footnote_bodywrap {
	height: 100%;
	overflow: auto; 
	margin: 0;
}

/* properties for all popup footnote layers */
div.footnote {
	visibility: hidden;
	z-index: 2;
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	border: 2px solid #2D2D97;
	background-color: #EBE5FF; 
	padding: 7px 10px 10px 10px; 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 16px;
	text-align: left
}

/* footnote layer creation */
#footnote01 {}
#footnote02 {}
#footnote03 {}
#footnote04 {}