﻿/*
/// <summary>  
///  Contains Styles for the Print medium
/// </summary>
/// <history>
///  <change author="Konrad Kyc" copyright="2011 © Vantagesoft.ca" date="2011-01-19">Creation</change>
/// </history>
*/

.PrintVisible
{
	display: block;
}

.PrintHidden
{
	display: none;
}
