/* 
	CSS Document
	For printed pages
*/
a {
  text-decoration : underline;
  color : #0000ff;
}
p {
	margin-top:    0.3em;
	margin-bottom: 0.3em;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;

}
.Normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
.Caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
}
.Caption2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
}
.FinePrint {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
}
.BackTrack {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}
/*Hide the Banner*/
#banner {
  display : none;
}
/*Hide the Navigation*/
.clCMEvent,.clCMAbs,.clT,.clTover,.clS,.clSover,.clS2,.clS2over,.clB,.clB2,.clBar {
	visibility: hidden;
	display: none;
}
.boundingTable {
	width: auto;
}
#printBanner {
	display:inline;
}

