/* Print CSS */

body{
	color:black;
	background:white;
	font-family:Arial, Helvetica, "Trebuchet MS", Geneva, Verdana, sans-serif;
	font-size: 70%;/*75%*/
	line-height:1.75em;/* 16x1.125=18px 1em*/
	}
	

h1,h2, h3, h4, h5, h6, strong{
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	font-style:italic;
	line-height:1.25em;
	}
	
#Main, #Cols p, #Cols ul, #Cols ol{
	font-size: 120%;
	}

body a{
	color:black;
	}

#PageHeader h1{
	font-size:2em;
	font-weight:bold;
	}

#PageHeader a{
	color:black;
	text-decoration:none;
	}
	
#PageHeader{
	border-bottom:1px solid #ccc;
	}
	
img{
	margin-right:.25cm;
}
	
#Cols{
	padding:.5cm 0 1cm 1cm;
	}
	
#PageFooter{
	padding:0 0 1cm 1cm;
	font-size:120%
}

#MenuWrapper,
.printhide,
#Language{
	display:none;
	}
	
