body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #191919;
	background-color: #FFFFFF;
}
.container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
.containerHeader {
	width: 100%;
	height: 75px;
	margin: 0 auto;
	background-image: url(../images/logoPopup.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #023D70;
}
.title {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 28px;
}
.popupBlend {
	background-image:url(../images/popupBlend.png);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 6px;
}
.content {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 5px;
	line-height: 20px;
	text-align: justify;
}
.subcontainer {
	height: 450px;
	margin: 0 auto;
	text-align: left;
}
.arrowPanel {
	text-align: left;
	margin-left: -13px;
	margin-top: 6px;
}
ul.arrowListing {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/elIcon.png);	
	margin-top: 0;
	margin-bottom: 0;
}

a:link { text-decoration: none; color: #20A6FF; }
a:visited { text-decoration: none; color: #20A6FF; }
a:active { text-decoration: none; color: #20A6FF; }
a:hover { text-decoration: underline; color: #20A6FF; }
