@charset "UTF-8";
table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 500px;
	margin-top: 30px;
	margin-bottom: 70px;
}
td {
	text-align: left;
	padding-bottom: 5px;
}


.itinmonth {
	text-transform: uppercase;
	color: #666666;
	font-size: 85%;
}

.date {
	color: #FFFFCC;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 10%;
}

.event {
	width: 60%;
	color: #1F6C7E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #24474B;
	padding-left: 5px;
	text-decoration: none;
	font-size: 80%;
}

.city {
	width: 30%;
	font-size: 75%;
	padding-left: 5px;
}
