﻿body
{
background: white;
font-size: 12pt;
color: Black;
}
.body
{
background: white;
font-size: 12pt;
color: Black;
}
a:link, a:visited {
color: Blue;
background: transparent;
font-weight: bold;
text-decoration: underline;
}
a:link:after, a:visited:after 
{
color: Red;
content: "[" attr(href) "] ";
font-size: 90%;
}
.NoPrint
{
display: none;
}

.PrintOnly
{
display: block;
}
.MainTable
{
	width:7in;
	border-width:0;
	border:none;
}