/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

body {
	font-family: "Frutiger 55 Roman", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

h1, .sitemap-nav > li > a {
	font-family: "Frutiger 55 Roman", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: normal;
	color: #2E47B2;
	margin-top:0;
} 
h2, .sitemap-nav > li > ul > li > a  {
	font-family: "Frutiger 55 Roman", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: normal;
	color: #2E47B2;
}
h3, .sitemap-nav li li li a  {
	font-family: "Frutiger 55 Roman", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #2E47B2;
	font-weight: normal;
}
h4 {
	font-family: "Frutiger 65 Bold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #000;
	font-weight: normal;
}
h5 {
	font-family: "Frutiger 65 Bold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
}
h6 {
	font-family: "Frutiger 65 Bold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
}
p {
	line-height: 1.5em;
}
a {
	color:#2E47B2;
}
a:hover {
	color:#999;
}
a img { border: 0 }

/* Styles */
.banner {
	display:inline-block;
	margin:2px;
	vertical-align:middle;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}