@import "main.css";
@media print {
	body { text-align: left;}
	acronym:after { content: " (" attr(title) ")"; }
	a:after {  content: " (" attr(href) ")"; }
	div.body { width: 100%;} 
	div.header { background-color: #ffffff; width: 100%;}
	div.header h1 { background-color: #ffffff; float: none; margin: 10px}
	div.header h1 span { visibility: visible;}
	div.header img.ac_logo_home { display: none; }
	div.band { visibility: hidden; display: none;}
	div.content { background: #ffffff; width: 98%; margin: 0em; }
	h2 { font-size: 15pt; float: none; margin: 7px;}
	h3 { font-size: 12pt; font-weight: bold; float: none; text-align: center;}
	div.user_video_list, div.medium_box {background: #ffffff; width: 100%; border: none; margin: 0em; }
	div.menu_top {display: none;}
	div.medium_box ol {margin-left: 0px;}
	.noprint {display: none;}
}