/* CSS Document */
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
}
.headingText {
	color: #990000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	color: #333333;
}


.captionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}
#content p, #contentRooms p, #contentPhotos p, #photoColumn p {
	padding-right: 10px;
	padding-left: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
fieldset {
	padding-left: 1em;
	padding-right: 1em;
	border: 1px solid #cccccc;
	margin-left: 1em;
	margin-right: 1em;
	background-color: #f8f8f8;
}
label {
	float: left;
	width: 6em;
}
#content input {
	width: 200px;
}
textarea {
	height: 100px;
	width: 300px;
}
#content .submit {
	width: auto;
}
input:focus, textarea:focus {
	background-color: #ffc;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	color: #333333;
}
#Copyright .mainText {
	font-size: .7em;
}
