body, td{
		font-family: Verdana;
	font-size: 12px;
	color: #EFE2CF;
	text-decoration: none;
	margin: 0px;
	background-color:#000000;
	
	}
	
	#overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 1040;
}

#popup {
  max-width: 600px;
  width: 80%;
  max-height: 300px;
  height: 80%;
  padding: 20px;
  position: relative;
  background: none;
  margin: 20px auto;
  z-index: 1050;
}

#close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #fff;
}

.links {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;

}
.details {
	font-family: Verdana;
	font-size: 12px;
	color: #EFE2CF;
	text-decoration: none;
	text-align: justify;

}
.headings {
	font-family: "Times New Roman";
	font-size: 18pt;
	font-weight: bold;
	color: #E3E3D5;
	text-decoration: none;
; line-height: 30px
}
.navigation {
	text-decoration: none;
; line-height: 18px
}

.navigation a {
	font-family: Verdana;
	font-size: 12px;
	color: #F8EDCD;
	text-decoration: none;
	}

.navi {
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	color: #F8EDCD;
	}

.bottom {
	font-family: Verdana;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.message{
	color:#FFCC00;
	font-size:12px;
	font-weight:bold;
}
.heads{
	background-color: #D5D5BF;
	display: block;
	color: #666633;
	font-weight:bold;
}
.formstyle{
background:#333333; border: solid 1px #CCCCCC; font-family:Verdana; font-size: 9px; color:#999999
}

