a.left, 
a.topNav, 
#breadcrumbs, 
#bottom, 
#home, 
#homediv, 
#homelink, 
input#searchButton, 
#leftNav, 
#overDiv, 
.overDiv, 
#partnerLogo, 
#searchForm, 
#shields, 
#top, 
.topNav, {
	visibility: hidden;
	display: none;
	}

body {
	background-color: #ffffff;
	color: #000000;

	margin-top: 0.5in;
	margin-right: 1.0in;
	margin-bottom: 0.5in;
	margin-left: 1.0in;

	max-width: 6.5in;

	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;

	line-height: 18pt;
	}

table {
	background-color: #ffffff;
	color: #000000;

	border:  2pt solid #000000;
	border-collapse: collapse;

	width: 100%;

	margin-top: 2em;
	margin-bottom: 2em;

	font-size: 13px;
	font-family: arial, helvetica, sans-serif;

	line-height: 1em;
   }

table caption {
	font-size: 14pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: 900;

	line-height: 28pt;
	}

thead {
	color: #000000;
	background-color: #cccccc;

	line-height: 14pt;
   }

th {
	font-size: 14pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: 900;

	vertical-align: bottom;
	text-align: center;
   }

tr, td {
	background-color: #ffffff;
	color: #000000;

	border:  2pt solid #000000;

	padding: 0.35em 0.35em 0.35em 0.35em;

	font-size: 13pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: 400;

	line-height: 13pt;

	text-align: left;
	vertical-align: top;
   }

ul li a {
	font-weight: 400;
	}

ol li a {
	font-weight: 400;
	}

#pageTitle {
	font-size: 16pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: 900;

	line-height: 22pt;
	}

#title {
	position: absolute;
	top: 0.6in;
	left: 1.5in;
	}

#content {
	z-index: 3;

	text-align: left;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 18pt;
	}

a {
	font-weight: bold;
	}

a:after {
	content:"["attr(href)"]";
	}

 .print{
   @page {
          width: auto;
          height: auto;
          page-break-after: always;
          }

 .printstop{
   @page {
          width: auto;
          height: auto;
          page-break-after: avoid
          }