/****************************************
 * Z-Graphics Design Studio
 * CSS for Print Medium
 ****************************************/

/****************************************
 * General Formatting
 ****************************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #222;
	line-height: 14pt;
}

h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10pt;
}

strong, em {
	font-weight: bold;
}
	
h1, h2, h3, h4, h5, p {
	margin: 16pt 0;
}

a {
	text-decoration: none;
}
	
a img {
	border: none;
}
	
li {
	margin: 0;
}


/****************************************
 * Hidden Elements
 ****************************************/
 
#skipnav,
#main-navigation,
#flash-media,
#section-navigation,
.store form,
#footer,
hr,
object
{
	display: none;
}
