@charset "iso-8859-1";
/* standard elements */
BODY {
  font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-size: 9pt
}

BLOCKQUOTE { margin: 10px; }

TD, TH {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

P {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  line-height: 1.5em;
}

DD,LI {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

PRE {
  font-size: 9pt;
}

H1 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #003399;
  font-size: 18pt;
  text-align : center;
}

H2 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #003399;
  font-size: 14pt;
  text-align : center;
}

H3 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  font-size: 10pt;
  text-align : left;
}

/* classes */
/* --- horizontal menu --- */
.logoline {
}
.subnav {
  background-color: silver
}
.marginsub {
  background-color: silver;
}
A.mmenu {
  font-weight: bold;
  text-decoration: none;
  font-size: 9pt;
  color: #000000;
}
A.mmenu:hover {
  color: red
}
/* --- page body --- */
td.mainbody {
  width:  510px;
  padding: 10px;
  margin:  10px;
}
/* styles for the left bar */
.leftbar {
  background-color: #DEE6FE;
  border: 2px solid #476AB8;
}
/* styles for the right bar */
.rightbar {
  background-color: #DEE6FE;
}
/* styles for the home page */
.home-table {
  background: white;
  color: black;
  border: 1px solid #336699;
}
.home-td {
  font-family: Verdana,sans-serif;
  font-size: 9pt;
  font-weight: 400;
  text-decoration: none;
  color: black;
  background: white;
  border: 1px solid #336699;
}
.home-th {
  font-family: Tahoma, Sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  background: #336699;
  border: 1px solid #336699;
}
.home-th a {
  text-decoration: none;
  color: #FFFFFF;
  background: #336699;
 }
/* footer */
.cpyright {
  color: navy;
  background-color: silver
}
/* for index pages */
LI.index {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #003399;
  font-size: 9pt;
}
/* --- left vert menu --- */
.titulos  {
  color: #FFFFFF;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
}
A.leftnav  {
  color: #ffffff;
  background-color: #336699;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 13px;
  text-decoration: none;
}
A.leftnav:hover {
  background-color: #6699ff;
}
/* --- summary of H2 titles --- */
.sumry {
  color: #000000;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
}
/* --- boxes on the sidebar  --- */
.sideBarItem {
  background-color: lavender;
  border: 1px solid;
  border-color: steelblue;
  font-size: 8pt;  
  text-align: center;
}
