﻿.TSHeader, .TSMenuRow, .TSFooter, .CopyrightDiv
{
	display: none;
}
.CoursePageBreak
{
	page-break-before: always;
	display: block;
}
.PrintFlyerFooter
{
	display: block;
	width: 768px;
	height: 60px;
	background-color: #bedfff;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #1a70eb;
	border-left-style: solid;	
	border-left-width: 1px;
	border-left-color: #e7eff4;
	border-right-style: solid;	
	border-right-width: 1px;
	border-right-color: #e7eff4;
	border-bottom-style: solid;	
	border-bottom-width: 1px;
	border-bottom-color: #e7eff4;
	float: left;	
}	
.PrintFooterLeft
{
	display: block;
	height: 60px;
	width: 55px;
	float: left;
	clear: left;	
}
.PrintFooterCentre
{
	display: block;
	height: 60px;
	width: 658px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: Navy;
	float: left;	
}
.PrintFooterRight
{
	display: block;
	height: 60px;
	width: 55px;
	background-image: url("../images/Logo.jpg");
	float: right;
	clear: right;
}

