body
{
	font-size: 10pt;
	font-family: Arial;
	background-color: #ffffff;
}

TD
{
	font-size: 10pt;
	font-family: Arial;
}

.header
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial;
}
.subHeader
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
}
.calendar
{
	width: 98%;
}
.calMonth
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
}
.calWeekday
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	background-color: #cc9966;
	text-align: center;
}
.calWeekdayCell
{
	width: 14%;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.calendarDay
{
	width: 14%;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
A
{
	color: #330000;
	font-family: Arial;
}
.calCurrentMonthDay
{
	background-color: white;
}
.calNonCurrentMonthDay
{
	background-color: gainsboro;
}
LI
{
	margin-left: -22px;
	list-style-type: square;
}
.inputTable
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.inputTableHeader 
{
	background-color: #feb200;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
H2
{
	font-weight: bold;
	font-size: 14pt;
	color: #330000;
	font-family: Arial;
}
H3
{
	font-size: 10pt;
	color: #000000;
	font-style: italic;
	font-family: Arial;
}
.outerTable {
	border-right: black 2px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 2px solid;
}
.imageCell
{
	border-right: black 2px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 2px solid;
}
.imageLink
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
}
