/* --- General HTML tags --- */

body {
	font-family: Times, sans-serif;
	font-weight: normal;
	font-size: 120%;
	background-color:#fff;
}

img {
	page-break-inside:avoid;
}

/* --- Tools --- */

/* --- Page title --- */
div.social {
	display: none;
}

div.printtitle {
	text-align:center;
	padding-bottom:20px; 
}

div.printtitle img.logo {
	width:700px;
	height:59px;
}

div.title { 
	display: none;
}
div.menu {
	display: none;
}

/* --- Page content --- */

div.cspace {
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left:0;
	padding-right:0;
}

/* --- Vita --- */

ul.vita li ul li {
	border-bottom: 1px solid black;
}

/* --- News blocks --- */

div.newstop {
	background-color:#fff;
	padding: 3px;
	border: 0px none;
}

div.newstop img {
	display: none;
}

/* --- Page footer --- */

div.footer { 
	background-color:#fff;
	font-size:1em;
}

/* --- Other classes --- */
.printerhide {
	display:none;
}

