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

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

	Project:	

	Developer:	In-Shore Technologies, Inc.
				www.inshoretech.com
							

	Date:			
-------------------------------------------------------------------*/


/* Hide elements that do not need to print.
------------------------------------------------------------*/

.hide		{	display: none;	}




/* Basic styles
------------------------------------------------------------*/

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;
}

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;
}




/* Custom Styles
------------------------------------------------------------*/

#container	{	background: none; }

h1			{	border-bottom: 1px solid #444; margin-bottom: 1em; padding-bottom: 1em; }

p.copyright	{	border-top: 1px solid #444; margin-top: 2em; padding-top: 2em; }

p.copyright	{	font-size: .75em; }

