A:link, A:visited {
	color: #f77f00;
	text-decoration: none;
}
A:hover, A:active {
	color: #f77f00;
	text-decoration: underline;
}
BODY, TD, P, LI
{
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
}
INPUT, TEXTAREA
{
	font-size: 100%;
}
.title
{
	color: #003399;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
}
.subTitle
{
	color: #000033;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	padding-right: 10px;
}
.tableMain
{
	border-color: #003399;
	border-style: solid;
	border-width: 1px;
}
.tableCell
{
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
.small
{
	color: #003399;
	font-size: 8pt;
}
.blue
{
	color: #003399;
}
.blueBold
{
	color: #003399;
	font-weight: bold;
}
.blueBoldBig
{
	color: #003399;
	font-size: 10pt;
	font-weight: bold;
}
.red
{
	color: red;
}
.redHighlight
{
	background-color: red;
	color: white;
	float: right;
	font-size: 10pt;
	font-weight: bold;
	padding: 0 2px;
}
.calMonth
{
	background-color: #ccc;
	cursor: default;
	text-align: center;
}
.calWeek
{
	background-color: #ccc;
	cursor: default;
	text-align: center;
	width: 40px;
}
.calDay
{
	background-color: #eee;
	cursor: default;
	text-align: center;
	width: 40px;
}
.calLow
{
	background-color: #9ff;
	cursor: default;
	text-align: center;
	width: 40px;
}
.calMedium
{
	background-color: #ff9;
	text-align: center;
	width: 40px;
}
.calPeak
{
	background-color: #f99;
	cursor: default;
	text-align: center;
	width: 40px;
}
.calAutumn
{
	background-color: #99f;
	cursor: default;
	text-align: center;
	width: 40px;
}
.calTaken
{
	background-color: #eee;
	color: #ccc;
	cursor: default;
	text-align: center;
	width: 40px;
}