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

version:	1.0
date:		[last modified]
author:		[your name]
email:		[you at domain dot com]
website:	[your domain]
history:	[location of file]
-----------------------------------------------------------------------------*/


/* Page Layout
-----------------------------------------------------------------------------*/

* { 
	border: none;
}

body {
	font-family: Myriad, "Lucida Sans", "Lucida Grande", Helvetica, Arial, Sans-Serif;
	font-size: 9pt;
	color: #000;
}

.DoNotPrint {
	display: none;
}

div#Wrapper {
	display: inline;
}

div#Canvas {
}

#Left {
}

#Right {
}

#Photo {
	display: none;
}

/* Navigation
-----------------------------------------------------------------------------*/

#System {
	display: none;
}

#Primary {
	display: none;
}

#Secondary {
	display: none;
}


/* Header
-----------------------------------------------------------------------------*/

div#Header {
	width: auto;
	height: auto;
}

a#Logo {
	display: none;
}

/* Footer
-----------------------------------------------------------------------------*/

div#Footer {
	font-size: 7pt;
	margin-top: 14pt;
	padding-top: 7pt;
	border-top: 2px solid #000;
	width: auto;
	height: auto;
}


/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	display: none;
}
div.LabelInput {
	display: none;
}
