html {
  height: 100%;
}
body {
  margin: 0; padding: 0;
  height: 100%;
  text-align: center;
  font-family: 'Tahoma CE', 'Arial CE', 'Helvetica CE', Tahoma, Arial, lucida, sans-serif;
  font-size: 80%;
  background-color: #28659b;
}
table {
  font-size: 100%;
}
h1 {
  font-size: 140%;
}
h2 {
  font-size: 130%;
}
h3 {
  font-size: 120%;
}
img {
  border: none;
}
a {text-decoration: none; color: #DA5F01;}
a:hover {text-decoration: underline; color: #E4811C;}

#holder {
  width: 740px;
  position: relative;
  margin: 0 auto 0 auto;
  height: auto;
  min-height: 100%;
  background-color: #FFFFFF;
  text-align: left;
}
#top {
  position: relative;
  width: 737px;
  height: 120px;
  margin: 0 0 0 1px;
}
#menu {
  width:730px;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 4px;
  text-align: left;
  height: 20px;
  background-color: #05aef3;
}
#menu_in {
  padding: 2px 0 0 5px;
  color: white;
  position: relative;
}
#menu_in div {
  position: absolute;
  right: 5px;
  font-weight: normal;
}
#menu a {text-decoration: none; color: white;}
#menu a:hover {text-decoration: underline; color: white;}

#page {
  padding: 5px 10px 0 10px;
}
#page p {
  text-align: justify;
}
