html, body {
  margin : 0px;
  padding : 0px; 
  font-family : Georgia, "Times New Roman", Times, serif;
  font-size : 10px;
  orphans : 2;
  size : portrait;
  }

img {
  border : none;
  }

a { 
  text-decoration : none;
  }

a:hover {
  text-decoration : underline;
  color : #0000ff;
  }

h2 {
  margin-top:2px;
  margin-bottom:5px;
  }

li {
  margin-top : 1em;
  margin-bottom : 1em;
  padding-right : 5%;
  margin-left : -1%;
  }

table {
  page-break-before: auto;
  }

td.grey {
  background-color : #dddddd;
  }
 
#pcb {
  position : relative;
  width : auto;
  padding: 0px;
  top : 0px;
  margin: 0px;
    }

#head {
  position : relative;
  bottom : 0px;
  width : 100%;
  height : 110px;
  text-align : center;
  border-bottom : solid thin #aaaaff;
  }

#head img {
  left : 34%;
  top : 50px;
  }

#topmenu {
  position : relative;
  width : 100%;
  padding-top : 5px;
  padding-bottom : 6px;
  border-bottom : solid thin #aaaaff;
  }

#google, #google2 {
  display : none;
  }

#lefthand {
  position : relative;
  width : 200px;
  margin-top : 1%;
  }

#leftmenu {
  position : relative;
  width : 200px;
  height : 450px;
  margin-top : 1%;
  border : solid thin #aaaaff;
  }

#uppermenu {
  position : relative;
  width : 100%;
  height : 20px;
  font-size : 0.8em;
  margin-top : 1%;
  margin-bottom : 1%;
  border-bottom : solid thin #aaaaff;
  }

#mainarea {
  position : absolute;
  width : 68%;
  margin-right : 10%;
  left : 220px;
  top : 154px;
  height : 466px;
  }

#largearea {
  position : relative;
  width : 100%;
  }

#leftside {
  position : relative; 
  width : 50%;
  float : left;
  }

#rightside {
  position : relative;
  float : right;
  width : 50%;
  }

#base {
  position : relative;
  width : 96%;
  text-align : center;
  border-top : solid thin #aaaaff;
  border-bottom : solid thin #aaaaff;
  padding-top : 15px;
  padding-bottom : 15px;
  }

#footnote {
  position : relative;
  width : 96%;
  font-size : 0.8em;
  }

#bottomenu {
  float : left;
  width : 68%;
  }

#update {
  width : 30%;
  float : right;
  }

.red {
  background-color : #ff3333;
  color : #ffffff;
  padding-right : 1.5%;
  padding-left : 1.5%;
  text-decoration : none;
  }

.little {
  font-size : 0.8em;
  }

.green {
  position : absolute;
  width : 180px;
  font-size : 0.8em;
  text-decoration : none;
  }

.square {
  list-style-type : square;
  }

.blue {
  background-color : #aaaaff;
  color : #ffffff;
  padding-left : 1%;
  padding-right : 1%;
  text-decoration : none;
  }

.platinum {
  display : none;
  }

