html {
	width: 430px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 430px;
	background-color: #FFFFCC;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #009900;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 10px;
	color: #333333;
}
table#availability {
	text-transform: capitalize;
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	width: 430px;
}
td {
	border: 1px solid #cccccc;
}
th {
	color: #000000;
	font-weight: bold;
	background-color: #ECECFF;
}

