/* files\stylesheets\print\layout.css */
body
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 90%;
	margin: 0px;
}
a:link,a:active,a:visited,a:hover{color: #000000;text-decoration: none}
textarea
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 94%;
}
ul li
{
list-style: none url("/files/images/png/dot.png");
}
abbr
{
	border: none;
}
img
{
	border: none;
}
div#content p img
{
	float: right;
	margin-left: 1em;
}
div#content img.title
{
	margin-bottom: 1em;
	border: 1px solid #4c88be;
}
p#header
{
	padding-bottom: 0.5em;
	border-bottom: 4px solid #4c88be;
}
div#navigation,p#account-bar,div#side,div#footnote,p.action,p.language
{
	display: none;
}
table
{
	border-top: 1px dotted #303030;
	border-left: 1px dotted #303030;
}
table>tr:first-child
{
	display: table-header-group;
}
table tr th
{
	border-bottom: 1px dotted #202020;
	border-right: 1px dotted #202020;
}
table tr td
{
	border-bottom: 1px dotted #303030;
	border-right: 1px dotted #303030;
}
