body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-size: 12px;
}

h1 {
	font-size: 20px;
	margin: 0;
}

a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visted {
	color: #0000FF;
}

.header {
	font-size: 46px;
	padding: 20px;
	vertical-align: bottom;
}

.bottomLine {
	border-bottom: 1px solid blue
}

.fullBorder {
	border: 1px solid blue
}

#calendar {
	width: 196px;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#calendar .cell {
	width: 19px;
	height: 17px;
	border-right: 1px solid #072A5E;
	border-bottom: 1px solid #072A5E;
	padding: 3px 4px 0 4px;
	float: left;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: 27px 2px;
}
#calendar .header {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	background: #00A7D4;
	color: #ffffff;
	height: 16px;
	padding-top: 1px;
	cursor: auto;
}
