html, body {  background: white;
              color: black;
              font-family: Arial, Helvetica, sans-serif;
           }
body {
        font-family: Arial, Helvetica, sans-serif;
        margin: 0px; 
        padding-right: 0px; 
        padding-left: 0px; 
        padding-bottom: 0px; 
        padding-top: 0px;
     }
a { 
        font-family: Arial, Helvetica, sans-serif;
	color: black;
  }
a:hover {
        font-family: Arial, Helvetica, sans-serif;
	color: #3399ff;
}
a:visited {
        font-family: Arial, Helvetica, sans-serif;
          }
.text {
	color: #666666; 
      }
h1 {
	font-size: 2em; 
        font-family: Arial, Helvetica, sans-serif;
        color: #bbbbbb; 
}
h2 {
	font-weight: bold; 
        font-size: 1.1em; 
        font-family: Arial, Helvetica, sans-serif;
        color: #555555; 
   }
h3 {
	font-weight: bold; 
        font-size: 0.9em; 
        font-family: Arial, Helvetica, sans-serif;
        color: #555555; 
   }
hr {
        border-top: 1px solid;
   } 
.form_search_button {
	border-right: #e9f4ff 1px solid; 
        border-top: #e9f4ff 1px solid; 
        border-bottom: #5f9fd0 1px solid; 
        border-left: #5f9fd0 1px solid; 
        font-size: 0.7em; 
        font-family: Arial, Helvetica, sans-serif;
        width: 100%; 
        color: #003366; 
        background-color: #b0d0ef
}
.form_search {
	font-size: 0.7em; 
        font-family: Arial, Helvetica, sans-serif;
        width: 100%; color: #003366; 
}
.form_search_button_ns {
	font-size: 0.7em; 
        font-family: Arial, Helvetica, sans-serif;
        width: 80%; 
}
.form_search_ns {
      font-size: 0.7em; 
        font-family: Arial, Helvetica, sans-serif;
      width: 80%; 
}
.text_left {
      font-size: 0.8em; 
      color: #666666; 
}
.text_right {
      font-size: 0.8em; 
      color: #666666; 
}
.text_footer {
      font-size: 0.7em; 
      color: #666666; 
}

table {
         font-size: 11px;
         font-family: Arial, Helvetica, sans-serif;
}
.table_head {
      color: #ffffff; 
}
.table_content_norm {
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
        color: #666666; 
        background-color: #e8e8e8
}
.table_content_light {
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
        color: #666666; 
        background-color: #cfe6ff
}
.table_content_dark {
      font-size: 11px;
      font-family: Arial, Helvetica, sans-serif;
      color: #333333;
      background-color: #cccccc;
      text-align: right;
}
.table_content_link {
      font-size: 11px;
      font-family: Arial, Helvetica, sans-serif;
      color: #666666;
      background-color: #e8e8e8;
      text-decoration: none
}
.table_subhead {
      font-size: 16px;
      font-style: bold;
      color: #666666;
      background-color: #ffffff;
      text-decoration: none;
      padding: 1em 0em 0.5em 0em;
}
.table_content_lightlink {
      font-size: 11px;
      font-family: Arial, Helvetica, sans-serif;
      color: #666666; 
      background-color: #cfe6ff; 
      text-decoration: none
}
.table_content_darklink {
      font-size: 11px;
      font-family: Arial, Helvetica, sans-serif;
      color: #333333; 
      background-color: #cccccc; 
      text-decoration: none
}
.table_content_no_link {
      font-size: 11px;
      font-family: Arial, Helvetica, sans-serif;
      text-decoration: none
}
.alert  {
          color: red;
        }
