@media all{
	* {
		margin: 0;
		padding: 0;
	}
	body{
/*		font: normal 16px/16px "Times New Roman", Times, serif;*/
		background: #fff;
		color: #000;
		text-align: center;
	}
	#print{
		text-align: left;
/*		width: 582px;*/
		width: 750px;
		margin: auto;
	}
	#header{
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0 11px;
		border-bottom: 1px solid #000;
		margin-bottom: 9px;
		text-align: left;
	}
	#header p{
		position: absolute;
		margin-top: 30px;
		margin-left: 100px;		
		font: 9px tahoma;
	}
	.dot-l, .dot-r{
		background: url(../i/dothor.gif) repeat-x 0 0;
	}
	.dot-t, .dot-b{
		background: url(../i/dotver.gif) repeat-y 0 0;
	}
	.dot-r, .dot-b {
		background-position: 100% 100%;
	}
	.article{
		padding: 0px 11px 1px 11px;
		line-height: 1.3;
	}
	.article p.small{
		color: #999;
		font: 11px tahoma;
	}
	.ArticleContent{
		color: #000;
		font: normal 16px tahoma !important;
	}
	.article .dotted img{
		padding: 5px;
		display: block;
	}
	.article .artimage, .article .dotted{
		float: left;
	}
	.article .dotted{
		margin: 0 10px 10px 0;
	}
	.article p, .article cite{
		margin-bottom: 16px;
	}
	.lead, .article cite{
		font: bold 14px tahoma;
	}
	.article cite {
	 	border-left: 1px solid #333;
		display: block;
		padding-left: 7px;
	}
	#main img{
		padding: 3px;
		display: block;
	}
	.clear:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
	.clear {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clear {height: 1%;}
	.clear {display: block;}
	/* End hide from IE-mac */
	h1{
		font-weight: normal;
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 0px;
	}
	#footer{
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0 11px 9px 11px;
		border-top: 1px solid #000;
		font: 11px tahoma;
	}
	#footer small{
		font-size: 9px;
	}
	a{
		color: #000;
	}


}

@media print{
	
}
