/* ----- Template Version 0.1 ----------------------- */

/* Print stylesheet - CSS by kiwikawa GmbH, www.kiwikawa.com */ 

body, html {
  font: 11pt/1.5em "Arial", sans-serif;
  color: black;
  background-color: white;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: Georgia, Times New Roman, Times, serif;
  font-weight: bold;
  line-height: 1.5;
}

h1 {
  font-size: 140%;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 100%;
}

a { /* only to be safe ... */
  background-color: inherit;
  color: blue;
  text-decoration: underline;
}

a img {
  border: none;
}

#main_container a:after, #main_container a:link:after  { 
  content: " (" attr(href) ")";
  font-style: italic;
}

acronym {
  /* remove dotted line since definition is given in parentheses*/
  text-decoration: none;
  border-bottom: none;
}

acronym:after  { 
  content: " (" attr(title) ")";
  font-style: italic;
}

#main_navigation #search, #main_navigation #nav_menu ul, #main_navigation #nav_menu p a {
  display: none;
}

#main_navigation #nav_menu address {
  font-style: normal;
  float: left;
  font-size: 8pt;
  line-height: 1.2;
}
.nav_related {
  display: none;
}

#sideimage {
  display: none;
}


#main_container #main_breadcrumbs {
  display: none;
}

#main_container div {
  clear: both;
}
#main_container #main_logo {
  float: right;
  padding-bottom: 10mm;
}

#main_content h1, #main_content h2
{
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, serif;
}

#main_content h1
{
	padding: 1.2em 0 .2em 0;
	line-height: 1.3em;
	font-weight: normal;
	font-size: 1.9em;
}

#main_content h1 i
{
	/*make false Small Caps for BANCOS Logotype*/
	
	font-size: .8em;
	letter-spacing: .06em;
	margin-right: 0.1em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

#main_content h2
{
	margin: 0 0 -0.3em 0;
	padding: .4em 0 .2em 0;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 1.4em;
}

#page_content ul 
{ 
	list-style-type: none; }

#footer {
  padding: 1em 0;
}
