/* catalinamagazine.com 8/9/04 */

/* This is the print stylesheet */

body {
	margin: 0;
	padding: 0;
	background: white;
}


/* type */

p, ul {
	font: 10pt verdana, arial, sans-serif;
}


/* sections */

#departments {display: none;} /* turns off graphics for printing */

#leftcontent {display: none;} /* turns off graphics for printing */

#articlephoto {display: none;} /* turns off graphics for printing */

#articlepromo {display: none;} /* turns off graphics for printing */

#article img {display: none;} /* turns off graphics for printing */


form {
	font-size: 10pt verdana, arial, helvetica, sans-serif;
}

table {
	width: 100%;
	padding-left: 20px;
}

table td {
	font-size: 10pt verdana, arial, helvetica, sans-serif;
	height: 25px;
	margin: 0px;
}

#bottomnavbar {display: none;} /* turns off bottom nav bar for printing */