
	.h_table {
		height: 100%;
		margin-left: 1.4em;
	}

	.h_table td {
/*		width: 11.7em; orig */
		width: 12.5em;
    height: 100%;
		vertical-align: top;
		border-left: 1px solid #7B7B7B;
	}

	.h_spacer {
		width: 11.7empx;
		height: 20px;
	}

	.h_top {
    position: relative;
		margin-top: 20px;
		margin-bottom: 20px;
		width: 10em;
		height: 10.0em;
/*		background-color: #CECFCE; */
  	background-color: #737373;
		border: 0px solid red;
	}

	.h_top img{
    position: absolute;
		bottom: 0px;
		width: 100%;
	}

  .h_table h2 {
    position: absolute;
    top: 0.9em;
    left: 0.7em;
    padding: 0em;
    font: 85% Arial;
    font-weight: bold;
/*    color: #7B7B7B; orig */
    color: #EEEEEE;
    letter-spacing: 1px;
  }


	.h_subtable td {
		vertical-align: top;
  	padding-bottom: 0.6em;
		border: 0px solid #7B7B7B;
	}

	.h_subtable .h_arrow {
  	padding-top: 3px;
  	width: 1.0em;
  	border: 0px solid red;
	}

	.h_subtable td.h3 {
  	padding-left: 0.2em;
		font-size: 80%;
		font-weight: normal;
	}


	.h_subtable a:link    { color:#323232; text-decoration:none }
	.h_subtable a:visited { color:#323232; text-decoration:none }
	.h_subtable a:hover   { color:#FF0000; text-decoration:none }
	.h_subtable a:active  { color:#656565; text-decoration:none }
	.h_subtable a:focus   { color:#656565; text-decoration:none }

/* orig
	.h_subtable a:link    { color:#656565; text-decoration:none }
	.h_subtable a:visited { color:#656565; text-decoration:none }
	.h_subtable a:hover   { color:#FF0000; text-decoration:none }
	.h_subtable a:active  { color:#656565; text-decoration:none }
	.h_subtable a:focus   { color:#656565; text-decoration:none }
*/