/* Remove unwanted elements */
#header, #nav, .noprint, .notprint
{
display: none;
min-height: 0em;
}

/* Ensure the content spans the full width */
BODY, .vlsc_cal, .vlsc_page  {
width: 100%; margin: 0; float: none;
}

.prtpg {
	margin: 15px;
}

.prttd {
	font-size: 10pt;
}

.prtli {
	font-size: 10pt;	
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

.prthdr {
display: inline;
text-align: center;
}

@media all
{
  .page-break  { display:none; }
}

@media print
{
  .page-break  { display:block; page-break-before:always; }
}


