/*************************************************************
*
*  File:			print.css
*  Author:		Andy dePasquale @ Web Akimbo
*  Created:		December 2008
*
*************************************************************/


body,
a
{
	color:				#000;
	text-decoration:	none;
	background-color:	#fff;
	background-image:	none;
}

#hd
{
	height:				165px;
}

#subNavOuter,
#ft
{
	display:			none;
}

a#subLogo,
a#subLogo img
{
	width:				160px;
	height:				160px;
	display:			block;
}

#contactInfo {
	bottom:				40px;
	right:				0;
}

#contactInfo h2 span
{
	color:				#555;
	font-size:			2em;
	visibility:			visible;
}

table,
.step,
.row
{
	font-size:			1.2em;
}

th
{
	color:				#555;
	border-bottom:		1px solid #555;
}

tr
{
	border:				1px solid #888;
}
