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