/**print stylesheet**/

.hide, #menu, #altmenu, #submenu, #skip, #header, #printlink {
	display: none;
}

#content {
	width: auto; 
	margin: 0 2% 0 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

body {
	color: #000000;
	background-color: #FFFFFF;
	font: 10pt/1.4 Helvetica, Verdana, Arial, Tahoma, sans-serif;
}

img {
	border: none;
}


/* check: http://www.alistapart.com/articles/goingtoprint/) */
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #3333FF;
	text-decoration: underline;
}

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 95%;
	color: #CC0000;
}

abbr:after, acronym:after {
	content: " (" attr(title) ") ";
	font-size: 95%;
	color: #666666;
}


