
/* [-] Hidden web elements - Hide all unnecessary elements from the printer
=========================================================================================== */
.flash, .flash object, .flash embed,#header,#top_nav,#sess_header, #leftNav,#saw_crumb,#pageTitle,#backTop,#footer,.print_tools{
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

body,body * {
margin: 0;
padding: 0;
background-color:#FFF;
background-image:none;
color:#000
}

/* [-] Headings
=========================================================================================== */
h1,h2,h3,h4,h5,h6{line-height:1.2em; color: #000}

h1 {font-size:1.625em;page-break-after:avoid}

h2,.citiSubtitle {font-size: 1.375em}
.citiSubtitle {margin-top:1.2em}
h3 {font-size: 1.125em;}

h4, h5, h6 {font-size: 1em}

p {margin-bottom:1.2em}


/* news styling details */
.newsTitle {
   font-size:14px;
   color: #a20100;
   font-weight:bold;
   line-height:18px;
   padding:0;
}

.newsDate, .newsCatNameSub {
	height:10px;
	color:#a2a2a2;
	margin-bottom:20px;
}

.newsDescription {
}