body {
  background-color: #FFFFFF;
  margin-top: 0px;
}

p , td , ul , li , ol {
  font-family : arial, helvetica, sans-serif;
  font-size : 10pt;
  color : #000000;
}


HR {
  color : #000099;
  height : 1px;
}

/*---------------------------
TD UL {
  list-style : square;
}

--------------------------------------*/

IMG {
  border-style : none;
}


A:link {
  color : #000066;
  font-size : 10pt;
}


A:visited {
  color : #000099;
  font-size : 10pt;
}


A:hover {
  color : #FF0066;
  font-size : 10pt;
}


A.hide {
  display : none;
}

/* Mandatory Menu (br01) */
.nav1 {
  background-color : #000066;
  font-family : arial, helvetica, sans-serif;
  color : #ffffff;
}

/* Institutional menu (br02) */
.nav2 {
  background-color: #000099;
  font-family : arial, helvetica, sans-serif;
  font-weight : bold;
  color : #ffffff;
  }

/* Page title (ti01) */
.titlesub {
  color: #000000;
  font-size: 1.3em;
  font-family: times new roman, serif;
  font-style: italic;
  font-weight: bold;

  background-color: #FFFFFF;
  }

.titlehr {
  color: #669999;
  height: 2px;
  }

A.navlnk:link {
  text-decoration : none;
  width: 100%;
  color : #FFFFFF;
  font-size : 9pt;
  font-weight : bold;
  font-family : arial, helvetica, sans-serif;
}


A.navlnk:visited {
  text-decoration : none;
  width: 100%;
  color : #FFFFFF;
  font-size : 9pt;
  font-weight : bold;
  font-family : arial, helvetica, sans-serif;
}


A.navlnk:hover {
  text-decoration : none;
  width: 100%;
  color : #FFFFFF;
  font-size : 9pt;
  font-weight : bold;
  font-family : arial, helvetica, sans-serif;
}

.menu1 {
  background-color: #000000;
}

.sidemenu {
  background-color: #99CCCC;
  font-size: 75%;
  }


.small {
  font-size : 8pt;
  }

A.side:link {
  font-size : 9pt;
  color : #006666;
  font-family : arial, helvetica, sans-serif;
}


A.side:visited {
  font-size : 9pt;
  color : #003333;
  font-family : arial, helvetica, sans-serif;
}


A.side:hover {
  font-size : 9pt;
  color : #CC3300;
  font-family : arial, helvetica, sans-serif;
}

H1 {
  font-size : 1.6em;
  color : #000099;
  font-family : arial, helvetica, sans-serif;
}

H2 {
  font-size : 1.4em;
  color : #000000;
  font-family : arial, helvetica, sans-serif;
}


H3 {
  font-size : 1.2em;
  color : #000099;
  font-family : arial, helvetica, sans-serif;
}


H4 {
  font-size : 1.2em;
  color : #000000;
  font-family : arial, helvetica, sans-serif;
}


H5 {
  font-size : 1.2em;
  color : #000000;
  font-weight : bold;
  font-family : arial, helvetica, sans-serif;
}


H6 {
  font-size : 1.1em;
  color : #000000;
  font-weight : bold;
  font-family : arial, helvetica, sans-serif;
}

H6.defaulttitle {
  font-size : 1.1em;
  color : #000099;
  font-family: times new roman, serif;
  font-style: italic;
  font-weight: bold;
  }


.deftxt1 {
  font-size: 1em;
  color: #669999;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}


.deftxt2 {
  font-size: 1.2em;
  color: #006666;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}



/*---------- */
ul.code { 
	margin-left: 12px; 
} 

ul.code li { 
	list-style-type: square;
	margin-bottom: 10px;
} 


