h3 { 
  font:bold 14pt "Arial";
  color: #003366;
}

td,p,body,li { 
  font:normal 10pt "Arial";
  color: black;
}

img { 
  border-color: white;
}

.Page  {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 99%;
}

.Left  {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  width: 100px;
}

.LeftBottom  {
  position: absolute;
  top: 486px;
  left: 0px;
  background-color: #ffffff;
  width: 100px;
}

.Body  {
  position: absolute;
  top: 0px;
  left: 160px;
  background-color: #ffffff;
}

.TitleBar {
  position: relative;
  text-align: left;
  font:bold 13pt "Arial";
  color: white;
  background-color: #003366;
}

.AlertBar {
  position: relative;
  text-align: left;
  font:bold 13pt "Arial";
  color: yellow;
  background-color: #666666;
}

.Calendar {
  position: relative;
  text-align: left;
  font:bold 13pt "Arial";
  color: black;
  background-color: #ffffc3;
}

.CalendarTitle {
  position: relative;
  text-align: center;
  font:bold 14pt "Arial";
  color: green;
  background-color: #ffffc3;
}
