/*
	---------------------------------------------
	angiotech print template stylesheet
	coded by: paul jarvis / www.twothirty.com
	---------------------------------------------

*/

* { border: none; }

body {
	font-family: helvetica, sans-serif;
	background: white;
	font-size: 11pt;
	margin: 0 10%;
	}

	td, th, h1, h2, h3, h4, h5, h6 {
		font-family: helvetica, sans-serif;
		}
		
		td, th {
			padding: 0.1em 1em;
			border-top: 1px solid #ccc;
		}
		
		table { width: 100%;}

	li {
		font-family: helvetica, sans-serif;
		}

	p {
		font-size: 10pt;
		font-family: helvetica, sans-serif;
		line-height: 1.2em;
		}
		
	h1 { font-size: 15pt; }

	#nav, #print, #search-login, #sidebar, #ir-toolkit, #search, #utils, #f-nav, #left, #crumbs {
		display: none;
		}

	#content {
		border-top: 1px dotted #808080;
		}
	
	#right {
		width: 100%;
		float: none;
		}

#footer { text-align: right; margin-top: 2em; }
	
	img { border: 0; }
	
	
.news span { display: block;}
.news li { list-style: none; margin-bottom: 1em; }

.ar { float: left; width: 33%; }
