/* the whole website */

BODY {
  margin             : 0px 0px 0px 0px;
  font-family        : Verdana, Arial, Helvetica, sans-serif;
}

ul {
  color              : #000000;
}

/* bg left */

.bgleft {
  background		 : url(/templates/itau/images/bg1aa.jpg);
  background-repeat  : repeat-y;
}


/* bg 3 */

.bg3 {
  background		 : url(/templates/itau/images/bgrepeatxaa.jpg);
  background-repeat  : repeat-xy;
}


/* content */

.content {
  font-size        : 10px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  color            : #7d7b71;
  text-decoration  : none;
}

.content a:link {
  font-size        : 10px;
  color            : #7d7b71;
  font-weight      : normal;
  text-decoration  : none;
}

.content a:visited {
  font-size        : 10px;
  color            : #7d7b71;
  font-weight      : normal;
  text-decoration  : none;
}

.content a:active {
  font-size        : 10px;
  color            : #7d7b71
  font-weight      : normal;
  text-decoration  : none;
}

.content a:hover {
  font-size        : 10px;
  color            : #7d7b71;
  font-weight      : normal;
  text-decoration  : underline;
 
}

/* menu */


#dropmenudiv{
position:absolute;
font:normal 9px Verdana;
line-height:16px;
z-index:100;
color:#63aa16;
border-bottom:solid 1px;
border-bottom-color:#ffffff;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 6px;
padding: 2px 0;
text-decoration: none;
font-weight: none;
color:#63aa16;
border-bottom:solid 1px;
border-bottom-color:#ffffff;
}

#dropmenudiv a:hover{
background-color:#63aa16;
color:#ebf2d8;
}


/* other */


Small { 
  font-size        : 9px;
  color            : #7d7b71;
  font-weight      : normal;
  text-decoration  : none;
}

B { 
  font-size        : 10px;
  color            : #7d7b71;
  font-weight      : bold;
  text-decoration  : none;
}

EM { 
  font-size        : 10px;
  color            : #7d7b71;
  font-weight      : normal;
  text-decoration  : none;
}

H1 { 
  font-size        : 10px;
  color            : #7d7b71;
  font-weight      : bold;
  text-decoration  : none;
}

P { 
  margin-bottom: 20px;
}

/* search */


.search {
  font-size        : 10px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  color            : #969488;
  text-decoration  : none;
  
}

.search a:link {
  font-size        : 10px;
  color            : #7d7b71;
  font-weight      : bold;
  text-decoration  : none;
}

.search a:visited {
  font-size        : 10px;
  color            : #7d7b71;
  font-weight      : bold;
  text-decoration  : none;
}

.search a:active {
  font-size        : 10px;
  color            : #7d7b71;
  font-weight      : bold;
  text-decoration  : none;
}

.search a:hover {
  font-size        : 10px;
  color            : #7d7b71;
  font-weight      : bold;
  text-decoration  : underline;
 
}



/* content 2 */

.content2 {
  font-size        : 10px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  color            : #7d7b71;
  text-decoration  : none;
}

.content2 a:link {
  font-size        : 10px;
  color            : #7d7b71;
  font-weight      : normal;
  text-decoration  : underline;
}

.content2 a:visited {
  font-size        : 10px;
  color            : #7d7b71;
  font-weight      : normal;
  text-decoration  : underline;
}

.content2 a:active {
  font-size        : 10px;
  color            : #7d7b71
  font-weight      : normal;
  text-decoration  : underline;
}

.content2 a:hover {
  font-size        : 10px;
  color            : #7d7b71;
  font-weight      : normal;
  text-decoration  : none;
 
}

