/*
These styles affect the print version of the site of the website i.e. area's that do no need to be printed are hidden and the page is formatted in black and white.

The use of Points for text sizes are fine when it's a print version but shouldn't be used else where.

Created by Jon Winter - 05/09/2005
*/



/* Standard html tags */
body, td{
	margin:0;
	padding:0;
	color:black;
	background-color:white;
	font-size:10pt;
	font-family: arial, verdana, helvetica, sans-serif;
}

p,h1 {
	margin:0 0 16px 0;
	padding:0;
}

h1{
	font-size:16pt;
}

/* Generic Links */
a {
	text-decoration:none;
	color:black;
	}

	
/* The div which holds all the content together! */
#container{
	margin:0 30px 0 30px;
	padding:0;
	height:520px;
}


/* The main content */
#Content {
	margin:0;
	padding:10px;
}


/* Shows the hidden company logo for printing purposes only */
#forPrintOnly{
	font-size:20pt;
	border-bottom:1px solid #999;
	margin-bottom:20px;
	color:#333;
}

/* Styles for the page footer */
#footer{
	border-top:1px solid #999;
	padding:4px;
	margin:0 30px 10px 30px;
	color:#999;
}

/* Sections of the page to be hidden for printing purposes */
#textSizer,.topRightImg,#leftNav,#Header{
	display:none;
}