#calendar {
	float: right;
}

#calendar p {
	margin: 0;
}

.calTop a, .calTop p {
	font-size: 10px;
}

.dayOfWeekCell {
	background-color: #15693E;
	font-size: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
		
.dayOfWeekText {
	font-size: 9px;
	color: #fff;
}
		
.dayCell {
	background-color: #fff;
}
		
.dayCellHigh {
	background-color: #FBD8A5;
}
		
.dayText {
	font-size: 9px;
	margin: 0;
	padding: 0;
}
		
.dayTextHigh {
	font-weight: bold;
	font-size: 10px;
}
		
.bottomLine {
	border-bottom: 1px solid #000;
	background-color: #bbb;
	margin: 0;
	line-height: 0;
}

h3 {
	font-size: 14px;
}
		
h5 {
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: blue;
}
