/****************************************************************
 *  
 *  >> Print Styles for entire site.
 * 
 ***************************************************************/

body {
	margin: .6in;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11pt;
	}

h1, h2, h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	}

#title h2 {
	color: gray;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 1.5em;
	}

#nav, #nav-header, #btn, #subnav, #submenu, .jump-wrap, hr {
	display: none;
	}
	
a:link, a:visited {
	color: black;
	text-decoration: none;
	}	

ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	}

#tlist {
	border-top: 1px solid #333;
	}

#tlist th {
	text-align: left;
	padding: 4px;
	border-bottom: 1px solid #333;
	}

#tlist td {
	border-bottom: 1px solid #333;
	padding: 4px;
	}

#tlist .row-norm {
	background-color: #FFFFFF;
	}

#tlist .row-tint {
	background-color: #ccc;
	}

.headline { 
	font-size: 14pt; 
	line-height: 18pt; 
	font-weight: bold;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	}

.heading { 
	font-size: 13pt;
	line-height: 16pt; 
	font-weight: bold;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	}

.page-title-wrap {
	margin-top: 0.5em;
	margin-bottom: 0.7em;
	}

.page-title {
	font-size: 16pt; 
	line-height: 20pt; 
	font-weight: bold;
	}


/* print URLs after link text 
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	}
*/
