/* --------------------------------------------------
	Print Style
	Author:  
	Version:  
-------------------------------------------------- */



/* --------------------------------------------------
	Global
-------------------------------------------------- */

body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font: 11pt/15pt Arial, "Trebuchet MS", sans-serif;
}



/* --------------------------------------------------
	Things To Hide
-------------------------------------------------- */

.skip {
	display: none;
}



/* --------------------------------------------------
	Things To Show
-------------------------------------------------- */

p {
	font-size: 100%;
}

h1 {
	line-height: 120%;
}

h2, h3, h4, h5, h6 {
	font-size: 100%;
}


/* --------------------------------------------------
	Links
-------------------------------------------------- */

a {
	color: #000;
	text-decoration: none;
}
