	/*--------------------------------------*/
	/*     yec print css
	/*     thurs 15 july 2004
	/*--------------------------------------*/
	
body {
	font-family: "Times New Roman", serif;
	font-size: 12pt;
	background: none;
	}
	
#logo, #nav, #navhome, #navtwo, #nav_sub, #subnav, #footer {
	display: none;
	}
	
a:link, a:visited {
	color: #1751a8;
	text-decoration: underline;
	}
	
#textbody1 a:link:after, #textbody1 a:visited:after, #textbody2 a:link:after, #textbody2 a:visited:after {
	content: " (" attr(href) ") ";
	}