body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-top:0px;
  margin-bottom:0px;
  background-image: url('images/Back.png');
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: center;
  overflow: scroll;
}

.MenuHeader {
  font-size: 14px;
  font-weight: bold;
  clip: rect( );
  margin-top: 2px; 
  color: #444444;
}

.TextHeader {
  font-size: 18px; 
  font-weight: bold; 
  color: #505070; 
  margin-left: 0px;
}

.TextStandard {
  font-weight: normal; 
  margin-left: 12px;
  font-size: 12px;
}

.TextSmall {
  font-size: 10px; 
  font-weight: normal;
}

.TextCenter {
  font-size: 14px; 
  font-weight: bold; 
  color: #404040; 
  text-align: center;
  background-color: #D6E0F0;
  border-bottom: 1px solid #708090;
  border-right: 1px solid #708090;
  margin-top: 10px;
}

a.menu {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-top: 2px;
  background: none;
  color: #101010;
  font-size: 12px;
  font-style: normal;
  text-decoration: none
}

a.menu:hover {
  background: #F0F0F0;
  text-decoration: none;
  border: 1px solid #404040;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 1px;
  padding-top: 1px;
  color: black;
  font-size: 12px;
  font-style: normal;
  text-decoration: none
}

table {
  font-size: 11px;
  border-spacing: 0px;
  border-collapse: collapse;
  padding-left: 12px;
}

td {
  vertical-align: top;
}

.tableheader {
  background-color: #E0E0E0;
  border-bottom: 2px solid #000000;
}

.tableline {
  border-bottom: 1px solid #555555;
}

.important {
  border: 2px solid #990000;
  background-color: #FFF0F0;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  color: #990000;
  margin: 5px 0px 15px 0px;
  font-size: 16px;
  /* display: none; */
}
