/*
File:		PRINT.CSS
Project:	Content Management System
Author:		Lighthouse Information Systems, Inc. / www.lhinfo.com
Updated:	$Id: print.css,v 1.3 2007/04/18 21:27:41 swilliams Exp $
Purpose:	print media formatting
*/

/* -------------------- */
/* import */



/* -------------------- */
/* default */

body, div, address {
	margin: 0;
	padding: 0;
	}

img 			{ border: 0; }
table 			{ border-collapse: collapse; }
cite			{ font-style: italic; }
blockquote		{ font-style: italic; }

abbr, acronym, dfn { 
	border-bottom: 1px dotted #666;
	font-style: normal;
	}
	
a:link 		{ color: #0033CC; text-decoration: underline; }
a:visited 	{ color: #000066; text-decoration: underline; }
a:hover 	{ color: #FF3300; text-decoration: underline; }
a:active 	{ color: #FF3300; text-decoration: underline; }

/* -------------------- */
/* hide */

#head ul, #menu, #column, #foot, dl.formatPhoto {
	display: none;
	}

/* -------------------- */
/*
www.mikeindustries.com/sifr/
*/

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash 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;
}

/* -------------------- */
/*
typography
*/

body {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
	font-size: 10pt;
	line-height: 18pt;
	background-color: #fff;
	color: #000;
	
	/*background-image: url(../images/layout/grid_print.gif);
	background-repeat: repeat;
	background-position: left top;*/
	}
	
code {
	line-height: 16pt;
	}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	}
	
h1 {
	font-size: 24pt;
	font-weight: normal;
	margin-bottom: 2pt;
	line-height: 36pt;
	}
	
h2 {
	font-size: 18pt;
	font-weight: normal;
	margin-bottom: 18pt;
	line-height: 21pt;
	}
	
h3 {
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 0;
	}
	
h4 {
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0;
	}
	
h5 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0;
	}
	
h6 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0;
	}
	
p, ul, ol, dl, table {
	margin-bottom: 18pt;
	}
	
/* -------------------- */
/*
layout
*/

div#container {
	width: 6in;
	margin: 0 auto;
	}

div#head {
	padding-top: 9pt;
	}

/* -------------------- */
/*
list adjustments
*/

table.list {
	width: 100%;
	padding: 0;
	}
	
table.list th,
table.list td {
	text-align: left;
	padding: 0;
	}

table.list thead th {
	
	}
	
table.list tbody td {
	
	}
	
tr.listalt {
	
	}


/* -------------------- */

