* /* set all elements to black & white. */
{
    background: white;
    font-size: 11pt;
    color: black;
}
.no-print /* indicates that an element should _not_ be printed. */
{
    display: none;
    width: 0px;
    height: 0px;
}
.NoPrint /* legacy */
{
    display: none;
    width: 0px;
    height: 0px;
}
.only-print /* indicates that an element should _only_ appear in print. */
{
    display: block;
}

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%;
}

.PrintOnly
{
display: block;
}
.MainTable
{
	width:7in;
	border-width:0;
	border:none;
}