@charset "UTF-8";
/* CSS Document */

.PopupTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFDFAA;
}
.PopupText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2A3F55;
	font-weight: normal;
	padding-top: 10px;
}
.PopupText2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2A3F55;
	font-weight: normal;
	padding-top: 10px;
	text-align: center;
}
.closediv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #500;
	text-align: center;
}

.slideshowcontainer {
	background-image: url(../images/slideshowbckgrd.jpg);
	height: 450px;
	width: 550px;
	background-repeat: no-repeat;
}
