/*
.body, 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) "] ";

}
*/
.NoPrint
{
display: none;
}

.PrintOnly
{
display: block;
}
/*
.MainTable!important
{
	width:7in;
	border-width:0;
	border:none;
}
*/