p{
	margin: 0;
	padding: 0;
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  	border-collapse: collapse;
}

#facebox .body {
  	background-color: #fad273;
  	border: 10px solid #8a0903;
  	width: 400px;
}

#facebox .loading {
  	text-align: center;
  	background-color: #ffffff;
}

#facebox .image {
  	text-align: center;
}

#facebox img {
  	border: 0;
}

#facebox .footer {
  	padding-top: 5px;
  	margin-top: 10px;
  	text-align: right;
  	background-color: #8a0903;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.facebox_hide {
  z-index: -100000;
}

.facebox_overlayBG {
  background-color: #000000;
  z-index: 99999;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.dateText{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}

.menuText{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.menuText p{
	line-height: 20px;
	margin-bottom: 8px;
}

.menuText h2{
	margin-bottom: 10px;
}

.underline{
	text-decoration: underline;
}

