/*-------------------------*//* print stylesheet *//*-------------------------------------*/
/*----------------------------------------------------------------------------------------*/

body {
	background: white;
	font-size: 12pt;
	font-family:tahoma,arial,helvetica,sans-serif;
	}
	
h2{
	font-size:19px;
	margin:0 0 5px 0;
}

h3{
	font-size:12px;
	margin:0 0 5px 0;
}
h4{
	font-size:14px;
	margin:0 0 5px 0;
}


	
/* link specific styles 
-------------------------------------------------------------*/

a:link, a:visited {
	color: #666;
	background: transparent;
	font-weight: bold;
	text-decoration:none;
	}
	
a.toggle, a.right{
	display:none;
}

a img{
	border:1px solid #999;
}
	
/*content specific styles 
-------------------------------------------------------------*/

#header{
	margin:0 0 10px 0;
}

#header #logo span{
	display:block;
	font-size:20px;
}

/*#header a#logo{
		margin:0;
		padding:0;
}*/

#header p{
	margin:0;
}

#container, #content {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
	
/* hidden page sections 
-------------------------------------------------------------*/	
	
#nav, #nav_sub, #content_sub2, #footer, #footer_sub, #toggle, h1, img{
	display: none;
	}
