body
{
	margin: 0;
	background-color: #efefef;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

h1, h2, h3, h4
{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

h1
{
	font-size: 160%;
}

h2
{
	font-size: 120%;
}

a:link
{
	color: #0000dd;
}

a:visited
{
	color: #000088;
}

a:hover
{
	color: #5555ff;
}

td
{
	vertical-align: top;
}

#Title
{
	position: relative;
	margin: auto;
	padding: 16px;
	background-color: #404040;
	color: inherit;
	text-shadow: black 1px 1px 2px;
}

#Title h1, #Title a:link, #Title a:visited
{
	background-color: transparent;
	color: white;
	text-decoration: none;
}

#Title a:hover
{
	text-decoration: underline;
}

#Content
{
	position: relative;
	min-height: 400px;
	padding: 16px;
	border-bottom: solid 1px #cfcfcf;
	background-color: white;
	color: inherit;
}

#Copyright
{
	margin: 1em;
	font-size: 85%;
	text-align: center;
}

.SoftwareListing
{
	position: relative;
	margin-left: 20px;
	margin-bottom: 1em;
}

.SoftwareListing .Description
{
	font-weight: bold;
}

.CodeDisplay
{
	overflow: auto;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	width: 600px;
	height: 300px;
	padding: 8px;
	border: solid 2px #505050;
	background-color: white;
	color: black;
	z-index: 1;
}

pre
{
	font-size: 8pt;
	padding-left: 1em;
	border-left: solid 2px black;
}

table.BorderedTable
{
	border-collapse: collapse;
}

table.BorderedTable th, table.BorderedTable td
{
	padding: 4px;
	border: solid 1px black;
}

@media print
{
	body, #Title
	{
		background-color: white;
		color: black;
	}

	#Title
	{
		text-shadow: none;
	}

	#Content
	{
		border: none;
	}

	.NoPrint, .CodeDisplay
	{
		display: none;
	}
}
