body
{
	color: black;
	font: 12pt "Times New Roman", serif;
}

.noprint,
#header,
#sidebar,
#footer,
#new-top-nav-bar,
#image_top
{
	display: none;
}

#content h2
{
	border-bottom: 1px solid #000;
	margin-bottom: 0;
}

#content table tr th,
#content table tr td
{
	border: 1px solid black;
	padding: 5px;
}

#content .table
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .table li
{
	border: 1px solid gray;
	margin: 10pt 0;
	padding: 5pt;
}

#content .table li img
{
	border: 1px solid black;
}

a:link,
a:visited
{
	color: blue;
	text-decoration: none;
}

#content a:link:after,
#content a:visited:after
{
	content: " (" attr(href) ") ";
}
