.link1, .link1:link, .link1:visited {
  margin-bottom:2px;
  color:#000;
}
.link1:hover {
  background:#eeeeee;
  border-bottom:2px red solid;
  margin-bottom:0;
  text-decoration:none;
}

.link2, .link2:link, .link2:visited{
  display:inline-block;
  color:#fff;
  font-weight:bold;
  font-size:10pt;
  margin:10px;
  text-decoration:none;
}
.link2:hover {
  background:#eeeeee;
  border-bottom:5px red solid;
  margin-bottom:5px;
  color:#000;
  text-decoration:none;
}

hr{
  border:solid 1px #aaa;
}

body, table, tr, td{
  font-family: arial;
  color:#000;
  background-color:#fff;
  margin:0;
  padding:0;
  1border: 1px darkgray solid;
}

img{
	border:0;
}

.header1{
  display:inline-block;
  background-color:#dddddd;
  border-left:5px red solid;
  padding-left: 10px;
  padding-right: 5px;
  font-size:14pt;
  font-weight:bold;
  color:#555555;
}

.header2{
  display:inline-block;
  color:#fff;
  font-weight:bold;
  margin:10px;
}

.firm_name{
  background-color:#eeeeee;
  border-left:2px red solid;
  font-weight: bold;
  font-size: 14pt;
  padding-left: 5px;
  padding-right: 25px;
}

.firm_desc{
  font-size: 10pt;
  border-left:2px red solid;
  padding:2px;
}

.firm_desc_sub{
  font-size: 10pt;
}

.price1{
  display:block;
  background-color:#999;
  border-bottom:1px white solid;
  border-left:10px red solid;
  padding: 10px;
  font-size:14pt;
  font-weight:bold;
  color:#fff;
}
.price1_sub{
  font-size:12pt;
  font-weight:normal;
}

.num1{
  font-size:8pt;
  font-weight:normal;
}

.desc_appendx{
  display:none;
  background-color:#dddddd;
  color:#555555;
  font-weight:bold;
}

.desc_button{
  background-color:#dddddd;
  color:#555555;
  font-weight:bold;

  font-size:8pt;
  padding-left:10px;
  padding-right:10px;
  border:1px #ccc solid;
  text-decoration:none;
}

.fndsel {
  background-color:yellow;
  color:black;
  font-weight:bold;
}

.filter {
  background-color:#eee;
  margin-left: 20;
  font-size: 8pt;
}
.filter_drop {
  background-color:#fefefe;
  border: 1 #999 solid;
  margin-left: 5;
  font-size: 8pt;
}
.filter_btn {
  font-size: 8pt;
}

.gb_pgbar, .gb_pgbar:link, .gb_pgbar:visited {
  display:block;
  width:187px;
  background:#d4d4d4;
  border:1px dotted #bbb;
  color:#567;
  text-align:center;
  margin: 0px auto 0px auto;
  text-decoration:none;
  font-family:verdana, arial, sans-serif;
  font-size:14px;
}
.gb_pgbar:hover {color:#000; background:#d0d9e5;}
.gb_pg_curr {
  background: red;
  color: white;
  padding: 5px;
}
