/* * Created by P. Karageorgakis - Web Architects * www.webarchitects.gr * pkarage at webarchitects dot gr * * Unauthorised distribution of this document is * not permitted without written permission from the author
 *
 * Project: TSINET
 * Intended media: print */

body {
	color: black;
	background: white;
	font: 12pt Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0cm 2cm 0cm 2cm;
}

#container, #header, #extra, #content {
	background: transparent;
}

#accessibility, #navigation, #breadcrumb {
	display: none;
}

.block p, .promo p {
	text-align: justify;
	line-height: 18pt;
}

p:first-letter {
	font-size: 16px;
}
p:first-line {
	text-indent: 1em;
}

.hidden {
	display: none;
}

dl.news dd {
	font-weight: normal;
}
