﻿/* Print friendly style sheet */
/* Modifications:             */
/* 09/08/10 by SMS - None yet */
/* 03/29/13 by JVH - Changed position: from absolute to static. */

h1
{
    font-size: 12pt;
}

h2
{
    font-size: 12pt;
}

body {
    color : #000000;
    background : #ffffff;
    font-family : "Times New Roman", Times, serif;
    font-size : 12pt;
}

#right
{
	position: static;
	top: 175px;
}

.mGrid2
{
	visibility:hidden;
}

.noPrint
{
    visibility:hidden;
}