/* Print Header and Footer */
#printheaderfooter {
	display:block;
	clear:both;
}

/* Hide These when Printed */
#header, #footer, #LogoContainer, #FlashContainer, #navigation, #containerLeft, #homeImagesContainer {
	display:none;
}

p {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height:1.4em;
}

.list {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height:1.4em;
}


H1 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:normal;
	margin-bottom:1em;
}

H2 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height:1.4em;
	font-weight:normal;
}

label {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin:0px;
	padding:0px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	clear:both;
	
}

#hubbox {
	display:block;
}