body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#popupBody {
	background-image: url(images/popupbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#popTitle {
	background-image: url(images/popup_04.jpg);
	background-repeat: no-repeat;
}
#popTitle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #183B85;
	padding-left: 10px;
}
#popSubhead {
	background-image: url(images/popup_05.jpg);
	background-repeat: no-repeat;
}
#popSubhead p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	vertical-align: top;
}
#popContent {
	background-color: #FFF;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 440px;
}
#popContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #1C4293;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
#popContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #194792;
	background-color: #99E4FD;
	text-align: center;
	padding: 5px;
	height: auto;
	width: auto;
}
#popContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #154197;
	text-align: right;
	padding: 0px 20px 0px 10px;
	width: auto;
	line-height: 1;
	margin: 0px;
	height: auto;
}
#popContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #154197;
	text-align: left;
	padding: 5px 10px 0px 20px;
	width: auto;
	line-height: 1;
	margin: 0px;
	height: auto;
}
#popContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #154197;
	text-align: left;
	padding: 10px 10px 5px;
	width: auto;
	line-height: 1.3;
	margin: 0px;
	height: auto;
}
a:link {
	color: #C06;
	text-decoration: none;
}
a:visited {
	color: #9A1B6F;
	text-decoration: none;
}
a:hover {
	color: #15408C;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
