@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
[Print Stylesheet]

	Project:	Johnstown Area Regional Industries (JARI)
	
	Developer:	In-Shore Technologies, Inc.
				www.inshoretech.com
				JLG
				
	Date:		September 2008		
-------------------------------------------------------------------*/


body
{	background: none;
	color: #000;
	font: 1em/1.5em Helvetica, Arial, Verdana, sans-serif;
}

a:link, a:visited
{	background: transparent;
	font-weight: 700;
	text-decoration: underline;
}

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

h1, h2, h3, h4, h5, h6
{	font-family: Helvetica, Arial, Verdana, sans-serif;
}

img
{	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}

a img 
{	border: none;
}

p img.top
{	margin-top:0;
}

blockquote
{	margin: 1.5em;
	padding: 1em;
	font-style: italic;
	font-size: .9em;
}

#container
{	background: none; }

.hide
{	display: none;
}