@media screen, projection {

	.small-red {
		margin:40px 0 0 0;
		color:#b10000;
		font-size:14pt;
		text-align:center;
		margin-bottom:20px;
	}
	
	.tall {
		text-align:center;
		text-indent:0;
		line-height:175%;
		}
		
	.no-indent, .no-indent2 {
		text-indent:0; 
		text-align: left; 
		padding-bottom: 15px;
		margin-bottom: 15px;
		}
		
	.no-indent { border-bottom: 1px dashed #DDD; }
	
	ol{
		list-style-position:outside;
		margin-left: 50px;
		margin-right: 50px;
		font-family:Georgia,"Times New Roman",Serif;
		color:#999;
		font-size:12pt;
		margin-bottom: 1px solid gray;
	}

}

@media print {

	.small-red {
		margin:40px 0 0 0;
		font-size:18pt;
		text-align:center;
		color:#gray;
	}
	
	.tall {
		text-align:center;
		text-indent:0;
		line-height:175%;
		}

}