body
{
  color: rgb(0, 0, 0);
  background: rgb(60, 120, 200);
  font-family: Arial;
  font-size: 13px;
  cursor: default;
  scrollbar-face-color: #F0F0F0;
  scrollbar-track-color: #E9E9E9;
  scrollbar-arrow-color: #404070;
  scrollbar-shadow-color: #E0E0F0;
}

a:link, a:visited
{
  color: rgb(170, 190, 170);
  text-decoration: none;
  font-size: 13px;
  cursor: hand;
}

a:hover
{
  color: rgb(170, 190, 170);
  text-decoration: underline;
  font-size: 13px;
  cursor: hand;
}

.menu_link:link, .menu_link:visited
{
  color: rgb(230, 255, 255);
  text-decoration: none;
  font-size: 13px;
  cursor: hand;
}

.menu_link:hover
{
  color: rgb(230, 255, 255);
  text-decoration: underline;
  font-size: 13px;
  cursor: hand;
}

table
{
  border: 0;
  border-style: solid;
  border-width: 0;
  font-size: 13px;
}

.embed_table
{
  border-width: 0;
  font-size: 13px;
}

.menu_table
{
  background: rgb(100, 105, 125);
  text-align: center;
}

.menu_cell
{
  border: 0;
  font-size: 13px;
  background: rgb(6, 52, 89);
}

.mainframe
{
  color: rgb(200, 200, 255);
  font-size: 13px;
}

.mainframe_date
{
  color: aliceblue;
  font-size: 10px;
}

p
{
  color: black;
  font-family: Arial;
  font-size: 13px;
  cursor: default;
}

div
{
  position: absolute;
}

img
{
  border: 0;
}


