.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
}
.smallText {
	font-size: 11px;
}
.boxBlueBkgdBlue {
	background-color: #DFF0FF;
	margin: 3px;
	padding: 3px;
	border: 1px solid #0066FF;
}
.tollFree {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #003399;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.normalBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033CC;
}
.normalBlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033CC;
	font-weight: bold;
}
.smallTextRed {
	font-size: 11px;
	color: #CC0000;
}
.normalRed {
	font-size: 12px;
	color: #CC0000;
}
.ScheduleMonthCell {
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #79A6FF;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ScheduleVerticalRule {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #79A6FF;
}
