/*
project: stylesheet, print media
author : ois
date   : August 2007
*/

.hide, #navigation, #breadcrumb, #sidebar, #tools, #col2, #col3 {
	display: none;
	}

body 	{
	background-color: #fff;
	color: #000;
	font-family: georgia,"times new roman",serif;
	font-size: 12pt;
	line-height: 125%;
	}

h1 { 
	font-size:20pt;
	margin-bottom: 0.2em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #000;
	line-height: 140%;
	}

h1 a { color: #000; }
	
h2,h3,h4,h5,h6 {
	color: #000; 
	font-size:16pt;
	border-bottom: 1px solid #c0c0c0; 
	}	

h3.author {
	font-size:12pt;
	border: none;
	}	

h4.publishedincategory {
	font-size:11pt;
	border: none;
	}	



