@media print 
{
 	.noPrintDisplay
	{
		display: none;
	}
}
@media screen 
{
	.noPrintDisplay 
	{
		display: inline;
	}
}
:link
{
	color: blue;
}
:visited
{
	color: red;
}
body
{ 
	font-family: Arial;
	color: black;
	background: white;
}
ol
{
	margin-top: 0;
	margin-bottom: 0;
}
ul
{
	margin-top: 0;
	margin-bottom: 0;
}
.2xindent
{
	text-indent: 4em;
	margin-top: 0;
	margin-bottom: 0;
}
.bold
{
	font-weight: bold;
}
.couriernew
{
	font-family: "Courier New";
}
.green
{
	color: green;
}
.header
{
	color: white;
	font-weight: bold;
	background: black;
}
.indent
{
	text-indent: 2em;
	margin-top: 0;
	margin-bottom: 0;
}
.normal
{
	font-weight: normal;
}
.red
{
	color: red;
}
.sizeminus1
{
	font-size: 90%;
}
.sizeminus2
{
	font-size: 75%;
}
.sizeplus1
{
	font-size: 120%;
}
.sizeplus2
{
	font-size: 160%;
	margin-top: 0;
	margin-bottom: 0;
}
.toc
{
	font-size: 90%;
}
.topic
{
	color: white;
	font-weight: bold;
	background: black;
	font-size: 160%;
}
.winner:link
{
	color: #ff0000;
}
.winner
{
	color: #ff0000;
	font-weight: bold;
}
.wrap1
{
	text-indent: -2em;
    padding-left: 2em;
	margin-top: 0;
	margin-bottom: 0;
}
.wrap2
{
	text-indent: -1.95em;
    padding-left: 4em;
	margin-top: 0;
	margin-bottom: 0;
}