/* -------------------------- */
/*                            */
/*        Print Styles        */
/*                            */
/* -------------------------- */


/* =================================================== */
/* DONT PRINT */
/* =================================================== */

.header, .tright, .pch, .printtext .pp {
	display: none;
	}
	

/* =================================================== */
/* GENERAL  */
/* =================================================== */

body {
	font-family: verdana;
	}

.detinfo, .detimgs {width: auto;}

.printtext {width: 600px;}

.printlogo {display: block;float: left;}

h1 {
	margin-bottom: .5em;
	font-size: large;
	}

h2, h3, h4 {
	margin-top: 1.25em;
	margin-bottom: .5em;
	}

h2 {
	font-size: large;
	}

h3 {
	font-size: large;
	}

h4 {
	font-size: large;
	}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	}


/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	}