/* Print Media Stylesheet */

/* ****************************************** */
/* ********* PRINT FORMATTING HERE ********** */
/* ****************************************** */

body	{
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: transparent;
	background-image:	none;
	text-align: left;
	font: normal normal normal 12pt "Times New Roman", "TimesNR", Times, serif;
}

div#main	{
	border: 0 none;
}

div#content {
	border: 0 none;
  width: 100%;
}

h1	{
	font: normal normal bold 16pt "Times New Roman", "TimesNR", Times, serif;
}

div#banner, div#banner-ad, div#linkbar-top, div#linkbar-bottom {
	display: none;
}

div#sidebar-right, div#sidebar-left	{
	display: none;
}

table	{
	width: 7in;
}

tr.odd	{
	background-color:	#eeffee;
}

tr.even	{
	background-color: #ffffff;
}

td	{
	padding: .5mm 1mm;
}

td.heading	{
	border-bottom: 1px solid black;
}
