body {
  background-color: #ffffff; /* #cccccc */
  font-family: helvetica;
  font-size: 10pt;
  font-weight: normal;
  color: #000000;
}

.a_normal:link, .a_normal:visited {
  font-family: helvetica;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  color: #000000;  
}

.a_normal:active, .a_normal:hover {
  font-family: helvetica;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: underline;
  color: #009900;  
}

.a_footer:link, .a_footer:visited {
  font-family: helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #000000;  
}

.a_footer:active, .a_footer:hover {
  font-family: helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
  color: #009900;  
}

text, select {
  font-family: helvetica;
  font-size: 10pt;
  font-weight: normal;
  color: #000000;  
}

.text_area {
  font-family: helvetica;
  font-size: 10pt;
  font-weight: normal;
  color: #000000;  
}

password {
  font-family: helvetica;
  font-size: 10pt;
  font-weight: normal;
  color: #000000;  
}

button {
  background-color: #cccccc;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;  
}

.table_message {
  background-color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  color: #ff0000;  
  border-style: none; 
  border-width: 1px; 
  border-color: #b0c4de;
}

.td_message {
  font-size: 12pt;
  font-weight: bold;
  color: #ff0000;  
}

.table_header {
  background-color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;  
  border-style: none; /* solid */ 
  border-width: 1px; 
  border-color: #b0c4de;
}

.table_content {
  background-color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;  
  border-style: none; /* solid */
  border-width: 1px; 
  border-color: #b0c4de;
}

.td_content {
  background-color: #ffffff;
  font-size: 10pt;
  font-weight: normal;
  color: #000000;  
}

.table_footer {
  background-color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;  
  border-style: none; /* solid */ 
  border-width: 1px; 
  border-color: #b0c4de;
}

.td_footer {
  font-family: helvetica;
  font-size: 10pt;
  font-style: italic;
  font-weight: bold;
  color: #000000; /* #009900 */
}

.default_button {
  background-color: #cccccc;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;  
}

.table_excel {
  background-color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;  
  border-style: solid; 
  border-width: 1px; 
  border-color: #b0c4de;
}

.td_excel_header {
  font-family: helvetica;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #000000; /* #009900 */
  border-style: solid; 
  border-width: 1px; 
  border-color: #b0c4de;
  background-color: #d3d3d3;
}

.td_excel_sort {
  font-family: helvetica;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #000000; /* #009900 */
  border-style: solid; 
  border-width: 1px; 
  border-color: #b0c4de;
  background-color: #ffff00;
}

.td_excel {
  font-family: helvetica;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000; /* #009900 */
  border-style: solid; 
  border-width: 1px; 
  border-color: #b0c4de;
  background-color: #ffffff;
}

.td_excel_green {
  font-family: helvetica;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000; /* #009900 */
  border-style: solid; 
  border-width: 1px; 
  border-color: #b0c4de;
  background-color: #00ff00;
}

.td_excel_red {
  font-family: helvetica;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #ffffff; /* #009900 */
  border-style: solid; 
  border-width: 1px; 
  border-color: #b0c4de;
  background-color: #ff0000;
}

.td_excel_blue {
  font-family: helvetica;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #ffffff; /* #009900 */
  border-style: solid; 
  border-width: 1px; 
  border-color: #b0c4de;
  background-color: #6495ed;
}

.sel_excel {
  font-family: helvetica;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000; /* #009900 */
  border-style: solid; 
  border-width: 1px; 
  border-color: #b0c4de;
}

.a_excel:link, .a_excel:visited {
  font-family: helvetica;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: underline;
  color: #000000;  
}

.a_excel:active, .a_excel:hover {
  font-family: helvetica;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: underline;
  color: #0000cc;  
}
