﻿body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
h1 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	font-weight: 550;
}
h2 {
	padding: 0;
	line-height: 26px;
	margin: 0;
	font-size: 12px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 10px;
}
#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;
	background-color: #EDEED8;
	border: 1px black solid;
	width: 400px;
	height: 300px;
	z-index: 9002;
	background-image: url('images/body.gif');
	background-repeat: no-repeat;
	text-align: right;
	padding-top:6px;
	top:800px
}
.popUpDiv a {
	margin: 0;
	padding: 0 6px 0 0;
	text-align: right;
	color: #EDEED8;
}
iframe {
	background-color: #EDEED8;
	border: 0px;
	margin-top: 8px;
	width: 400px;
	height: 276px;
}
