/* -- PRINT STYLESHEET FOR THE CATNIP WEBSITE -- */

/* DISABLE SIFR STYLES */

.sIFR-flash, object, embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #000;	
	}

A {
	color: #000;
	}

A:visited {
	color: #ccc;
	}

h1 {
	font-size: 25px;
	text-align: left;
	font-family: "trebuchet ms";	
	}

h2 {
	font-size: 16px;
	font-family: "trebuchet ms";
	letter-spacing: 1px;	
	padding-top: 5px;
	margin-bottom: 4px;
	}

h3 {
	font-size: 12px;
	font-family: "lucida grande","trebuchet ms";	
	letter-spacing: 2px;
	text-transform: upper-case;
	margin: 0 0 4px 0;
	}


h5 {
	font-size: 21px;
	font-family: "trebuchet ms";	
	margin: 10px 0 20px 0;
	}

#navigation, #nav, #right { display: none; }
