a {
	color: #FF0000;
	text-decoration: none;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}

input {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}

table {
	border: solid #000000 4px;
}

table.mini  {
	border: none;
}

/* the month and year header */
caption {
	font-size: 14pt;
}

/* top row cells which hold day names */
th {
	border: solid #000000 1px;
}

/* day cells */

td.mini {
	height: 10px;
}

td {
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

td.shortRow {
	height: 20px;
	text-align: center;
	vertical-align: middle;
}

td.top {
	height: 35px;
	text-align: center;
	vertical-align: middle;
}

td.bot {
	height: 35px;
	text-align: center;
	vertical-align: middle;
}

/* day cells with events */
td.event {
	color: #FF0000;
	font-size: 7pt;
	font-family: Arial, sans-serif;
	line-height:8pt;
}

.dayNum {
	color: #000000;
	font-size: 12pt;
	font-family: Verdana, sans-serif;
	line-height: 12pt;
}

.altEvent {
	color: #000000;
	font-size: 7pt;
	font-weight: 700;
	font-family: Arial, sans-serif;
	line-height: 8pt;
}