/* *****************************************
//  WebTank Stylesheet File
//  Title: 2009_print.css
//  Media: print
//  File updated: 2009-12-14 13:36:57
// 
//  Do NOT manually edit this generated file
// **************************************** */


html, body, div, p, img {

	padding: 0;
	margin: 0;
	
	outline:none; 
	
}

A { 
	
	color: #0099CC; 
	text-decoration: none;
	font-weight: bold;
	
}
	
A:link { 
	
	text-decoration: none;
	font-weight: bold;
	
}
	
A:visited { 
	
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
	
A:active { 

	text-decoration: none;
	font-weight: bold;
	
}
	
A:hover { 

	text-decoration: underline;
	font-weight: bold;
	
}

body { 
	
	width:  100%;
	height: 100%; 
	
	margin:  0px;
	padding: 0px;

	font-family: arial;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	
	overflow: none;
	
	text-align: left;
	
}

#header						{ display: none; }

#main						{ position: absolute; top: 0px; left: 0px; }

#main .tab					{ display: none; }

#main #left #top										{ display: block; position: absolute; top: -10px; left: 0px; page-break-before: always; }
#main #left #top .article_details .article .info		{ display: none; }
#main #left #top .article_details .article .content		{ page-break-after: always; orphans: 10; widows: 10; word-spacing: line-break; word-wrap: break-word; }

#main #left #bottom			{ display: none; }

#main #right				{ display: none; }

#footer						{ display: none; }

