h1 {
  font-size: 12pt;
  font-weight: normal;
  background-color: #bae8f7;
  background-image: url(../images/iface/table/h1.gif);
  background-repeat: no-repeat;
  background-position: top right;
  width: 616px;
  height: 22px;
  text-align: center;
  padding-top: 4px;
  margin: 0;
  }
  
  
  
  
  
  
  
#categories {
  margin-top: 15px;
  height: 23px;
  width: 884px;
  clear: both;
  border-bottom: 4px solid #bae8f7;
  }
  
#categories a, #categories a:visited {
  font-size: 8pt;
  color: #555;
  text-decoration: none;
  height: 18px;
  padding-top: 5px;
  display: block;
  text-align: center;
  }

#categories a:hover {
  text-decoration: underline;
  }
  
  
  
  
  
  
  
.cat_center {
  width: 105px;
  float: left;
  margin-left: -8px;
  background-image: url(../images/iface/table/cat_center.gif);
  }
.cat_left {
  width: 105px;
  float: left;
  width: 105px;background-image: url(../images/iface/table/cat_left.gif);
  }
.cat_right {
  width: 115px;
  padding-left: 10px;
  float: right;
  background-image: url(../images/iface/table/cat_right.gif);
  }

.cat_center_selected {
  width: 105px;
  float: left;
  margin-left: -8px;
  background-image: url(../images/iface/table/cat_center_selected.gif);
  }
.cat_left_selected {
  width: 105px;
  float: left;
  background-image: url(../images/iface/table/cat_left_selected.gif);
  }
.cat_right_selected {
  width: 125px;
  float: right;
  background-image: url(../images/iface/table/cat_right_selected.gif);
  }


.cattab {
		width: 884px;
		font-size: 9pt;
}
	
	.cattab thead {
		color: #999;
		font-size: 8pt;
		text-align: center;
	}
		
		.cattab thead td {
			padding: 5px 0px;
		}
		
		.cattab tbody tr {
			border-top: 1px solid #CCC;
		}
		
		.cattab tbody td {
			padding: 20px 0 20px 20px;
			border: 0px solid #CCC;
		}  
		
		.cattab span {
			display: block;
			color: #1f6aac;
		}
		
		.cattab ul {
			list-style-type: none;
			list-style-image: none;
			margin: 0;
			padding-left: 20px;
			line-height: 15px;
		}
