/* Make sure backgrounds aren't printed
* {background: none ! important;}

/* print <h1> */
.hide {display:block;}

/* Don't print global and department banners, "skip to content" link, or breadcrumbs */
#UTA_header p, .UTA_topnavbar_links, .skipnav, #breadcrumbs {display:none;}

/* Hide the screen logo and print the print-only logo */
#screenlogo {display:none;}
#printlogo {display:block;padding-right:1000px;}
.head a, .head form, .head ul
{display:none;}
div.head #printBanner{display:block}
div.head {height:auto;}
/* Don't print top or left navigation */
.topnav, #udm {display:none;}

/* Don't print the right column (center content only) */
.span-6 ,#menu,#right {display:none;}
#main  {
width:auto;
}


/* Print links off-black and not underlined */
a:link, a:visited {
	color: #1f3145;
	background: transparent;
	font-weight: bold;
        text-decoration:none;
	}

table td {background:#fff; color:#000;padding:6px;vertical-align:top;border-bottom:1px solid #000;}


