html,body,#outermost {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  text-align: center; /* IE/Win bug fix */
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#outer {
  height: 600px;
  width: 800px;
  background-color: #FFFFFF;
  z-index: 10;
}
/*
Works in IE5+/Win, Firefox, Safari, Opera 5+, Netscape 6+, Konqueror 3 
Does not work in NS4.x or IE/Mac
*/
.valignmid1 {
  position: relative;
  margin: 0 auto;
}
img {
  border-style: none;
}
/* Opera 7.0x is buggy when you put display:table on <body> Opera 7.2+ and 6.x 
   don't appear to have this problem. We hide this from IE5/Mac, because it 
doesn't support display:table-cell and it doesn't have the same bug that allows
this to work in IE5-6/Win (hide from IE/Mac) \*/
.valignmid1 {
  display: table;
  vertical-align: middle;
}
/* Moz1.4 - Moz1.6 (NS7.1) bug, can't put position:relative on .valignmid2 \*/
.valignmid2 {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
/* end hide */
.valignmid3 {
  position: relative;
}

p,h2 {
  margin: 1em;
  padding: 0;
  text-align: left;
  text-indent: 2em;
}
h1 {
  font-size: 1.5em;
  margin: 1em; /* IE/Mac we set it later to 0 for other browsers */
  padding: 0;
  text-align: center;
}
/* hide from IE/Mac \*/
h1 {
  margin: 0;
}
#toCategoryIndex {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
#toCategoryIndex a {
  background-color: #bfc;
}
.lastUpdate {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 16em;
}
td.c5 {text-align: right; padding-right: 8px;}
div.c4 {filter:progid:DXImageTransform.Microsoft.RandomDissolve(duration=1) -moz-opacity:0}
div.c3 {text-align: left}
div.c2 {text-align: right}
td.c1 {text-align: left; padding-left: 8px;}
	    a:link {color:#000000; text-decoration:none}
	    a:visited {color:#000000; text-decoration:none}
	    a:active {color:#000000; text-decoration:none}
	    a:hover {color:#000000; text-decoration:none}
