
/* - euro-agency-print.css - */
@media print {
#header, #footer, #sidenav, #country-selector, #page-selector, #breadcrumbs
{
    display:none;
}


/* Reset fonts */

body /* for ie6 and below */ { font-size: 75%; } 
html>body /* for all other browsers */ { font-size: 12px;} 

/* fonts */
body { font-family: Verdana, Arial;}

#content h1  /* set as 1.75em as 21-12 = 1.75. Line-height is line-height divided by font-size 21-21=1.0em  */ { font-size: 1.75em; font-family: Tahoma; font-weight: normal; line-height: 1.0em;margin-top: 1.0em;   margin-bottom: 1.0em;  color: #32327f; }
h2 {  font-family: Tahoma; font-size: 1.5em; font-weight: normal; line-height: 1.166em; margin-top: 1.166em; margin-bottom: 1.166em; color: #32327f  }
h3 /* set as 18px */ { font-family: Tahoma; font-size: 1.166em; font-weight: normal; line-height: 1.5em; margin-top: 1.5em; margin-bottom: 1.5em; color: #333333; font-weight: bold }
h4 { font-family: Tahoma; font-size: 1.166em; font-weight: normal; line-height: 1.5em; margin-top: 1.5em; margin-bottom: 1.5em; color: #333333; font-weight: bold }
h5, h6 /* set as base size */ {  font-size: 1em; font-family: Tahoma;  }

}


