body,td{
	font-family: Arial, Helvetica, sans-serif;
}
.copyright{
	font-size: 9px;
	color: #454545;
}
.smallDarkText{
	font-size: 11px;
	font-style: normal;
	color: #111111;
}
.smallWhiteText {
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.smallWhiteText:hover {
	text-decoration: underline;
}
.smallWhiteText:visited {
	color: #FFFFFF;
}
.tabboxBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E7CBA7;
	border-bottom-color: #E7CBA7;
	border-left-color: #E7CBA7;
}
.tabboxBorderAll {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E7CBA7;
	border-right-color: #E7CBA7;
	border-bottom-color: #E7CBA7;
	border-left-color: #E7CBA7;
	font-size: 12px;
}
.footerBar{
	border: 0;
	width: 100%;
	height: 1px;
	color: #336699;
	background-color: #336699;
}
.tabboxContent{
	font-size: 12px;
}
.calendar_dow{
	background-color: #87CEFA;
	color: #FFFFFF;
	font-size: 10px;
}
.calendar_month{
	background-color: #4682B4;
	color: #FFFFFF;
	font-size: 12px;
}
.calendar_cell_old{
	background-color: #dbeaf5;
	color: #9EAAB1;
	font-size: 12px;
}
.calendar_cell{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
}
.calendar_cell_today{
	color: #000000;
	background-color: #ffb6c1;
	font-size: 12px;
}