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: 12px;
}
.content {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	line-height: 23px;
	text-align: justify;
}

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; }

/* --- button --- */
.center {
	float: left;
	margin-left: 280px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.gButton {
	width: 75px;
	height: 26px;
	margin-top: 8px;
	margin-right: 6px;
	background-image: url(../images/gButton.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer; /* hand-shaped cursor */
    /*cursor: hand; /* IE 5.x */	 
}
.gButton:hover {
    background-position: 0 -26px;
}
.gButtonText {
	font: 90% Arial, Verdana, Helvetica, sans-serif;
	line-height: 26px;
	color: #000000;
	text-align: center;
}



