@charset "utf-8";
#layer1 {
	position: absolute;
	visibility: visible;
	width: 100%;
	height: 20px;
	text-align: left;
	
}
/* CSS Document */


#wrapper {
	background-color: #FFFF99;
	text-align: center;
	position: relative;
	border: 8px solid #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	top: 170px;
	visibility: visible;
	height: 125px;
	background-image: url(../gfx/popup-bkg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}


#close {
	color: #000000;
	float: right;
	margin-bottom:5px;
}
.hidelink {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

a.hidelink:link {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

a.hidelink:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

a.hidelink:hover {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}

a.hidelink:active {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}
.popupheading {
	color: #CC9900;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}
.popupstatement {
	color: #007BC1;
	font-size: 27px;
	font-weight: bold;
	text-decoration: blink;
	margin-bottom: 15px;
	margin-top: 10px;
}
.popupfineprint {
	color: #656565;
	font-size: 11px;
	margin-top: 8px;
}
.popuptext {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.popuptext a:link, .popuptext a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.popuptext a:hover, .popuptext a:active {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}