html, body {
	font: normal 12pt tahoma, arial, sans-serif; color: #000;
	}

table {
	font: normal 12pt tahoma, arial, sans-serif; color: #000;
	}

a {
	text-decoration: underline; font-weight: bold; color: #000;
	}

a.offsite:link:after, a.offsite:visited:after {			/* Includes the url of offsite links in the printed page. */
   content: " (" attr(href) ") ";
   font-size: 80%; font-weight: normal;
   }
 


/* ::  Global Styles  */

#page {
	position: relative; margin: 0 auto; width: 100%; border: 0; text-align: left;
	}

#globalHeader {
	border-bottom: 2px solid #000;
	}

#globalHeaderPrint {
	display: block;
	}

#globalNavigation {
	display: none;
	}

#globalFooter {
	display: none;
	}

#globalCopyright {
	border-top: 1px solid #000;
	}



/* ::  Page Styles -- HOME  */

#homeBrandingAreaPrint {
	display: block;
	}

#homeBrandingArea h2 {
	font-size: 80%;
	}

#homeBrandingArea a {
	font-size: 70%;
	}

#homeContentLeft {
	width: 27%; padding: 20px 1% 20px 1%;
	}

#homeContentMiddle {
	width: 34%;	padding: 20px 1% 20px 1%;
	}

#homeContentRight {
	width: 27%; padding: 20px 1% 20px 1%;
	}



/* ::  Shared Styles -- INSIDE  */

#insideSubNavigation {
	display: none;
	}

#insideContentLeft {
	float: none; width: 95%; margin: 0 0 20pt 0; padding: 0; font-size: 12pt;
	}

#insideContentRight {
	float: none; width: 95%; margin: 0; padding: 0; border: 0; font-size: 85%; border-top: 1px solid #000;
	}

#insideContentRight h4 {
	font-size: 150%;
	}

#insideContentRight img {
	display: none;
	}

#insideContentRight a:link:after, #insideContentRight a:visited:after {			/* Includes the url of offsite links in the printed page. */
   content: "  (" attr(href) ") ";
   font-size: 80%; font-weight: normal;
   }
