
body {
  background-color: #FFFFFF;
}

.normalText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 150%;
}

.normalHead  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold; 
  color: #000000;
}

.normalMenu  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold; 
  color: #000000;
}

.markedText {
  font-weight: bold; 
  color: #444444;
}

.normalEngText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #aaaaaa;
}

.bigNumber {
  font-family: Myriad, Helvetica, sans-serif;
  font-size: 26px;  
  color: #DE5837;
}

.link  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;  
  text-decoration: none;
  color: #444444;
}

.normalText:hover  {
  text-decoration: none;
  color: #aa0000;
}

.image {
  cursor: hand;  
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;  
  text-decoration: none;
  color: #bbbbbb;
}
