/* CSS Document */
/* This stylesheet will only be used for printing */
body { color: black; background: white; font-size: 10pt; line-height: 120%; background: white; }
a:link, a:visited {background: white; color: #520; text-decoration: underline; font-weight: bold;}

#container		{ width: auto; min-width: inherit;}
	#header 	{ display: none; }
	#logo		{ position:relative; }
	#tag		{ display: none; }
	#head		{ display: none; }
	#nav {
		width: auto;
		float: none !important;
	}
		#tabs	{ display: none; }
		#menu	{ display: none; }
		/* #subfld */
		#subfld h1		{
			margin : 15pt 0 0 0;
		} 
		#submenu { display: none; }
		#page {
			width: auto;
			margin: 0;
			float: none !important;
		}
			#footer { display: none; }


#page a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

/* for all relative URIs ("foo...") */
#inside p a:not([href^="http://www.mediso.com/"]):after {
content: " (http://www.mediso.com/" attr(href) ") ";
}
/* for all relative URIs ("/foo...") */
#inside p a[href^="/"]:after {
content: " (http://www.mediso.com" attr(href) ") ";
}

.lCol, .rCol, .col99, .col84, .col66, .col49, .col33, .col15 {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
}

#page ul { list-style: square; }

#menu4 { display: none; }