﻿.print-only
{
	display: block;
}

.print-only-inline
{
	display: inline;
}

#Logo, #SideBar, #SideBarContent, #SideBarContentSelected, #MenuWrapper, #Menu, #SubMenu, #Footer, #plcContentComments, .not-printable
{
	display: none;
}

.CodeBorder
{
  width: 100%;
}

body, #PageWrapper
{
  width: 17cm;
  background-image: none;
}

#MainContent
{
  text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

a
{
	text-decoration: none;
	color: #000000;
}

ol li
{
  margin-left: 5px;
}

#MainContent ul
{
  list-style-image: none;
  list-style-type: square;
}