body {
  font-family:    Arial ;
}

td {
  font-size:           8pt ;
  vertical-align:      top ;
}
td.menu {
  font-weight:         700 ;
  color:               rgb(102,30,6) ;
  text-align:          center ;
}
td.submenu {
  color:               rgb(177,203,229) ;
}
td.select {
  font-weight:         700 ;
  color:               rgb(102,30,6) ;
  background-color:    rgb(219,226,232) ;
  text-align:          center ;
}
td.info {
  color:               rgb(102,30,6) ;
  text-align:          center ;
  background-color:    rgb(177,203,229) ;
}
td.footer {
  text-align:          right ;
  font-weight:         700 ;
  color:               rgb(102,30,6) ;
  background-color:    rgb(177,203,229) ;
}

h1 {
  color:               rgb(102,30,6) ;
  font-size:           9pt ;
  font-weight:         900 ;
}
h2 {
  color:               rgb(177,203,229) ;
  font-size:           9pt ;
  font-weight:         900 ;
  text-align:          justify ;
}

a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #6699CC;
}
a:active {
	text-decoration: none;
	color: #6699CC;
}

div.overlay {
  position:    relative;
  width:       555px; 
  overflow:    scroll; 
  overflow-x:  hidden;
}
