/*
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;  
  text-align: center;
  background-color: #ffffff;
  font-family: helvetica, arial;
  font-size: 10pt;
  color: #000000;   
}
*/

input {
  font-family: arial;
  font-size: 8pt;
  color: #000000;
}

div.main {
  margin: 0; 
  text-align: center; 
  margin-right: auto;
  margin-left: auto;
  width: 803px;
}

div.header {
  width: 803px;
  height:189px;
}

div.top_header {
  width: 803px;
  height:188px;
}

div.header_menu {
  width: 803px;
  height: 20px;
  text-align: right;
}

div.header_menu div {
  padding-top: 2px;
  padding-right: 10px;
}

a.header_menu_normal {
  font-size: 8pt;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}

a.header_menu_normal:hover {
  color: #000000;
  text-decoration: none;
}

a.header_menu_normal_reboot {
  font-size: 8pt;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}

a.header_menu_normal_reboot:hover {
  color: #117996;
  text-decoration: none;
}

a.header_menu_normal_rebootgp {
  font-size: 8pt;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}

a.header_menu_normal_rebootgp:hover {
  color: #FC0806;
  text-decoration: none;
}

a.header_menu_normal_rebootst {
  font-size: 8pt;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}

a.header_menu_normal_rebootst:hover {
  color: #DA3A06;
  text-decoration: none;
}


/* -------------------------------------------------------
  top tab break
------------------------------------------------------- */
div.top_tabs_break {
  clear: both;
}
