/* Print Stylesheet */
body{
	margin: 3% 5% 10% 5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
	
#top_nav{
	display: none;
	}
	
#main_nav{
	display: none;
	}
	
#right_col{
	display: none;
	}
	
#footer{
	display: none;
	}
	
h3.special_title{
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	margin: 0;
	color: #0B7DB7;
	font-size: 220% !important;
	line-height: 100% !important;
	font-weight: bolder !important;
	}
	
.special{
	border: 5px dashed #993300;
	width: 200px;
	float: left;
	height: 150px;
	text-align: center;
	padding: 10px;
	margin: 10px;
	background-color: #FFFF99;
	}
	
.special p{
	font-size: 80% !important;
	line-height: 120% !important;	
	}
	
.special p.disclosure{
	color: #666666;
	font-size: 70%;
	page-break-before: avoid;
	page-break-inside: avoid;
	}
	
