/* Basic Stylesheet for those pages displayed without the layout provided by <zlayout.css> */ 

/* P tag in twice as that was the only way I could get it to work with IE! No problems with Opera or Firefox */ 
<STYLE TYPE="text/css"> 

P {
  font-family: sans-serif;
}

P {
  font-family: sans-serif;
  font-size: 10pt;
  line-height: 12pt;
}


OL {
  font-family: sans-serif;
  font-size: 10pt;
}

UL {
  font-family: sans-serif;
  font-size: 10pt;
}

CENTER {
  font-family: sans-serif;
  font-size: 10pt;
}

TABLE {
  font-family: sans-serif;
  font-size: 10pt;
  line-height: 11pt;
  border-top: 1px silver solid;
  border-right: 1px silver solid;
  border-bottom: 1px silver solid;
  border-left: 1px silver solid;
}

TD {
  border-top: 1px silver solid;
  border-right: 1px silver solid;
  border-bottom: 1px silver solid;
  border-left: 1px silver solid;
}

H1 {
  font-family: sans-serif;
}

H2 {
  font-family: sans-serif;
}

H3 {
  font-family: sans-serif;
}

H4 {
  font-family: sans-serif;
}



body {
  margin-top: 0pt;
  margin-bottom: 0pt;
  margin-left: 0pt;
  margin-right: 0pt;
  padding-left: 0pt;
  padding-right: 0pt;
}

#left {
  position: absolute;
  left: 5px;
  top: 0px;
  width: 120px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

#center {
  margin-left: 200px;
  margin-right: 200px;
  top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

#right {
  position: absolute;
  right: 15px;
  top: 0px;
  width: 150px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

