/* 
Title:		Print styles
Author: 	nativeBrand Limited
*/

body {
	color: #000;
	font-size: 11pt;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 14pt;
}

a {
	color: #000;
	text-decoration: none;
}

#logo a img {
	border: none;
}

#nav, .bubble, #bubble {
	display: none;
}

hr {
	border-top: thin solid #aeaeae;
	border-bottom: none;
	border-right: none;
	border-left-style: none;
}

#footer {
	font-size: 8pt;
}
