
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  margin-top: 3px;
}

td {
  vertical-align: top;
}

a:link {
  color: ;
}

a:visited {
  color: ;
}

a:hover {
  font-weight: bold;
}

table{
  width: 100%;
  padding: 5px;
}

table.wrapper{
  padding: 0px;
}

td.banner_panel {
  width: auto;
  border-bottom-width: medium;
  border-bottom-style: double;
  background-color: #FFFFFF;
}

td.footer_panel {
  width: auto;
  border-top-width: medium;
  border-top-style: double;
  font-size: 80%;
  background-color: #FFFFFF;
}

td.side_panel {
  width: 150px;
  height: 500px;
  background-color: #FFFFFF;
}

td.side_panel h1 {
  font-size: 120%;
  margin-top: 3pt;
  margin-bottom: 3pt;
  margin-left: 5px;
}

td.side_panel td{
  padding-left: 5px;
}

td.side_panel table.navigation_menu td{
  background-color: ;
  color: #FFFFFF;
}
td.side_panel table.navigation_menu a{
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 110%;
}

td.side_panel table.navigation_menu a.visited{
  color: #FFFFFF;
  text-decoration: none;
}

div.search h1 {
  font-size: 120%;
  margin-top: 3pt;
  margin-bottom: 3pt;
}

div.search table.box
{
  border: 1px solid;
  border: ;
  background-color: #F2F2F2;
}

div.search table.bar{
  background-color: ;
  color: #FFFFFF;
}

div.search td.image
{
  border-left: 1px dashed;
  padding: 5px;
  width: 110px;
}

div.search td.image image
{
  border-color: ;
}

div.search table.page_control
{
  font-size: 8pt;
  width: 100%;
}

div.search td.page_of
{
  width: 100px;
}

div.search td.page_control
{
  text-align: right;
}

div.details h1 {
  font-size: 140%;
  text-decoration: underline;
  margin-top: 12pt;
  margin-bottom: 3pt;
}

div.details td.address {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}

div.details td.image {
  text-align: center;
}

div.details td.price {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}

div.details td.branch {
  width: 250px;
}

div.details td.blurb {
  font-size: 80%;
  padding-top: 12pt
}

div.register td {
}

div.register h1 {
  font-size: 140%;
  font-weight: bold;
  margin-top: 3pt;
}

div.register td.label {
  width: 120px;
}

div.register td.data {
  width: auto;
}





