body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ebe2d4;
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.text_body {
	padding: 10px;
}

a {
	text-decoration: none;
}

.footnotes {
	width: 800px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 9pt;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	font-variant: small-caps;
	color: #666666;
}

#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

.popUpDiv {
	position: absolute;
	text-align: center;
	background-color:#EBE2D4;
	margin: 10px;
	width:160px;
	height:160px;
	z-index: 9000;
}
