.noprint {display: none; }
body 
{ 
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF; 
	color: #000000;
	/*width: auto;*/
}
#mainContent { width: auto;
	margin: 0 5%;
	padding: 0;
	font-size:9pt;
	/* font-size:10pt; with times new roman font */
}
/*#footer { width: auto;
}*/

a {
   color: #333;
   font-weight: bold;
}
/* Show URL */
a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
/* End Show URL */
table#footer, table#footer a {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	/*margin: 0 5%;*/
	/*padding: 0;*/
	width:100%;
}
h2 {
	/*font-size: 14pt; when using times new roman font*/
	font-size:12pt;
	color:#000000;
	font-weight:bold;
	margin-top:20px;
	padding-bottom:2px;
	margin-bottom:2px;
}
h5{
	/*font-size: 16pt; when using times new roman font*/
	font-size:14pt;
	color:#000000;
	font-weight:bold;
	margin:2px 0 2px 0;
	padding:18px 0 18px 0;
}
.tableheader {
	color:#000000;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:5px;
	text-align: left;
	font-size: 1.2em;
}
.topNavBody, .catHeaderBkgd, .catHeaderBkgd1, .topNavBox
{
	display:none;
}
.newsBkgd {
	padding-left:0;
	padding-right:0;
}
#printlogo {
	display:block;
}
#searchBox, #rightBox, #searchBox_large, #breadCrumb {
	display:none;
}
/*.globalTopLeft, .globalTopRight, .globalHeader, .globalLeft, .globalRight, .globalBottomLeft, .globalBottomRight, .globalMiddle, .globalMiddle ul, .globalMiddle li, .globalMiddle li h4, .globalBottom {
	display:none;
}*/

/* For forms */
INPUT, SELECT {font-size:10pt; font-family: Verdana, Arial, Helvetica, sans-serif;}


