.menu1 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #888888;
}


a.menu1:visited {
	text-decoration: none;
	font-family: "Century Gothic",  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	font-weight: normal;
	;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a.menu1:hover{ 
	font-family: "Century Gothic", Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #ee7ca1; 
	font-weight: normal; 
	text-decoration: underline;
	
}
a.menu1:link{
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 12px;
	color: #a1c3c8;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: underline;
}

.picDescrip {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #888888;
}
body {
	background-color: #FFFFFF;
	color: #888888;
}
p {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
}
.red_code {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.t_head {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #888888;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/terms-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.t_detail {
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #888888;
	background-color: #FFFFFF;
}
.smalltext {

	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ee7ca1;
}
.tourheader {
	font-family: "Century Gothic", Geneva, sans-serif;
	font-size: 14px;
	color: #C90;
	font-weight: normal;
}
.nospace {
	margin: 0px;
	padding: 0px;
	width: 14px;
	float: 0;
}


.white12text {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.button {
  background-color: #a1c3c8; /* blue */
  border: none;
  color: white;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
}