<!-- Fred Paresy / IDM stylesheet -->
table.hidden { display:none; }

table.ContentTabs {
  background-color: #E4E4E4;
  width: 590px;
  border: 1px solid black;
}

table.ContentTabs { border-top:none; }

td.ContentTabs { padding:10px; }

td.ContentTabs{ padding-top:12px;}

td.blank {
  background-color: #FFFFFF;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
}



td.tab, td.tabwhite {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  background-color: #A7482E;
  color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #000000;
  padding-top:3px;
  padding-bottom:3px;
  padding-right: 5px;
  padding-left: 5px;
  cursor:pointer;
  cursor: hand;
}

td.tabwhite {
  background-color: #FFFFFF;
  cursor: default;
}

td.tab_selected {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  padding: 2px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #F4EACF;
  color: #000066;
  border-bottom: none;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

td.titletabmemo {
  font-family: Arial;
  font-size: 11pt;
  color: #000000;
  font-weight: bold;
  text-align: left;
  padding-top: 4px;
  padding-right: 5px;
  padding-left: 10px;
  padding-bottom: 4px;
  border-top: 2px solid #F4EACF;
  border-left: 2px solid #F4EACF;
  border-bottom: 2px solid #CC9900;
  border-right: 1px solid #8F8F8F;
}

td.subtitle {
  background-image: url('/images/convert.gif');
  font-family: Georgia, Verdana, Helvetica;
  font-size: 11pt;
  font-weight: bold;
  padding-top: 12px;
  padding-left: 15px;
  padding-bottom: 3px;
  background-color: #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-right: 1px solid #8F8F8F;
  color: #000066;
}

td.subtitle2 {
  font-family: Georgia, Verdana, Helvetica;
  font-size: 10pt;
  background-color: #FFFFFF;
  font-weight: bold;
  padding-top: 12px;
  padding-left: 25px;
  padding-bottom: 3px;
  border-left: 2px solid #FFFFFF;
  border-right: 1px solid #8F8F8F;
  color: #000066;
}

td.tdtofill {
  font-family: Georgia, Verdana, Helvetica;
  font-size: 9pt;
  background-color: #FFFFFF;
  color: #000066;
  text-align: justify;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 2px;
  border-top: 1px solid #CECECE;
  border-left: 2px solid #FFFFFF;
  border-right: 1px solid #8F8F8F;
}
td.tdtofill2end {
  font-family: Georgia, Verdana, Helvetica;
  font-size: 9pt;
  background-color: #FFFFFF;
  color: #000066;
  text-align: justify;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 6px;
  border-top: 1px solid #CECECE;
  border-left: 2px solid #FFFFFF;
  border-right: 1px solid #8F8F8F;
  border-bottom: 2px solid #8F8F8F;
}
li.indenttitle {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 3px;
}
li.indent2 {
  padding-left: 30px;
  padding-right: 15px;
}
li.content {
list-style-type:none;
} 
.hidden {
display: none;
}

