/*CSS for the Print-Template*/

body {
	padding:10px;
	font-family:Arial, Verdana;
	font-size:11px;
	color:#000000;
	text-align:center;
}
H1 {
	font-family: arial, verdana; 
	font-size:16px;color:#0127a8;
	/*background-image:url(../graphics/bgH1.gif);
	background-repeat:repeat-x;*/
	font-weight:bold;
	margin-bottom:15px;
}
.printPrint {
	padding:10px;
	text-align:left;
}
.printPrint Img{
	width:1px;
	display:none;
}
.contentPrint {
	width:99.9%;
	border:solid 1px #cccccc;
}
.logoPrint {
	text-align:right;
}
.logoPrint Img {
	width:200px;
	height:73px;
}
.printLeft {
	width:50%;
	float:left;
	text-align:left;
	border-top:solid 1px #cccccc;
	padding-top:10px;
	padding-bottom:10px;
}
.printLeft Img {
	border:0px;
	margin-right:5px;
	width:16px;
	height:15px;
	}
.printLeft A {
	text-decoration:none;
	font-family:Arial, Verdana;
	font-size:11px;
	color:#0127a8;
	margin-left:10px;
}
.printRight {
	width:49.9%;
	float:left;
	text-align:right;
	border-top:solid 1px #cccccc;
	padding-top:10px;
	padding-bottom:10px;
}
.printRight Img {
	border:0px;
	margin-right:5px;
	width:16px;
	height:15px;
	}
.printRight A {
	text-decoration:none;
	font-family:Arial, Verdana;
	font-size:11px;
	color:#0127a8;
	margin-right:10px;
}
.clear {
	clear:both;
}
/*CSS - Diplay none*/
.news-single-backlink {
	display:none;
	}
.news-single-timedata{
	display:none;
	}
