html
{
	width: 100%;
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body
{
	width: 80%;
	margin: auto;
}

a:link, a:visited
{
	border-bottom: dotted 1px #666677;
	background-color: transparent;
	color: white;
	text-decoration: none;
}

a:hover
{
	border-bottom: solid 1px #eeeeff;
}

h1
{
	margin: 0;
	font-size: 12pt;
}

pre
{
	font-size: 8pt;
}

pre.CodeBlock
{
	padding-left: 1em;
	border-left: solid 2px black;
}

#Title
{
	height: 70px;
	background-color: #333344;
	background-image: url("../Images/TitleFade.png");
	background-repeat: repeat-x;
	color: white;
}

#Title a:link, #Title a:visited
{
	border-bottom: none;
}

#Menu
{
	padding: 0 0 4px 8px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #444444;
	color: black;
	font-weight: bold;
}

#Content
{
	padding: 8px;
	background-color: white;
	color: black;
	min-height: 600px;
}

#Content a:link, #Content a:visited
{
	background-color: transparent;
	color: blue;
}

#Content a:hover
{
	border-bottom: solid 1px blue;
}

#Content img
{
	margin: 4px;
	border: solid 1px black;
}

#Copyright
{
	padding-top: 12px;
	padding-bottom: 8px;
	background-image: url("../Images/BottomFade.png");
	background-repeat: repeat-x;
	font-size: 8pt;
	text-align: center;
}

table.BorderedTable
{
	border-collapse: collapse;
}

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

@media print
{
	body
	{
		width: 100%;
	}

	html, body, #Content, #Copyright
	{
		background-image: none;
		background-color: white;
		color: black;
	}

	#Copyright a:link, #Copyright a:visited
	{
		background-color: transparent;
		color: black;
	}
}
