.news1 {
	border: 1px solid #006600;
	background-color: #FFFFFF;
}
.news1 p {
	margin: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.news1 h2 {
	color: #FFFFDF;
	background-color: #666600;
	font-size: 100%;
	margin-bottom: 5px;
	padding: 2px;
}



 /***** Availabilty and Form *****/

.AvTable {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FEF9E7;
	width: 100%;
	font-size: 80%;
}
.AvTable td {
	border: 1px solid #000000;
}
.AvTable p {
	margin: 0px;
}
.AvailCott {
	color: #CCCCCC;
	background-color: #333366;
	width: 25%;
}
.AvailCott a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.AvailCott a:hover {
	color: #FFCC33;
}
.AvailSpace {
	border: none;
}

.AvailInd {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 2px;
	padding-left: 2px;
}

#EnqForm {
	font-size: 12px;
}
#EnqForm td {
	border: none;
}
#EnqForm select {
	font-size: 10px;
}
#EnqForm textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#EnqForm input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
