* /* set all elements to black & white. */
{
    background: white;
    font-size: 11pt;
    color: black;
    margin-left:10px;
}
.no-print /* indicates that an element should _not_ be printed. */
{
    display: none;
    width: 0px;
    height: 0px;
}
.only-print /* indicates that an element should _only_ appear in print. */
{
    display: block;
}
.RightColumnBg .Content {
	color:black;
	margin-left:-60px; 
	margin-top:-200px;
}
