h1, h2 , h3, h4 , h5 , h6 {
	text-decoration: none;
    font: bold 16px Arial;
	line-height: normal;
	padding: 0 0 0 0;
	margin: 2em 0 1em 0;
	color: #aaa;
}

h1 a, h2 a, h3 a , h4 a , h5 a , h6 a {
	text-decoration: none;
    font: bold 16px Arial;
	color: #aaa;
}

h1 , h1 a {
}

.blank {
	background: url(images/icons/blank.gif) no-repeat 1px 3px;
	padding-left: 1.3em;
	clear: both;
}

.selected {
	color: orange;
}

.selected2 {
	color: gray;
}
/* table */

*html .info-table,.tabinfo  {
	border-collapse: collapse;
	border: 1px solid #f0f0f0;
	border-left: 0;
	border-right: 0;
	font: 12px Tahoma;
	position: relative;
}

.info-table, .tabinfo  {
	border-collapse: collapse;
	border: 1px solid #f0f0f0;
	border-left: none;
	border-right: none;
	font: 12px Tahoma;
	position: relative;		
	width: 100%;
}

.info-table thead, .info-table th,.tabinfo thead,.tabinfo th  {
	background: #efefef;
	border-collapse: collapse;
	border: 1px solid #e8e8e8;
	border-left: none;
	border-right: none;
	padding: 0.5em;
    text-align: left;
	vertical-align: top;
	font: 11px Tahoma;
	font-weight: bold;
    color: gray;
}

.info-table td, .tabinfo td {
	padding: 0.5em;
	border-collapse: collapse;
	border: 1px solid #f0f0f0;
	border-left: none;
	border-right: none;
	font: 11px Tahoma;
    color: gray;
}

/* table */

.hidden {
    display: none;
}

.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
	line-height: 0;
}

img.leftImage {
    float: left;
    margin: 0 1em 1em 0;
}

img.centerImage {
    float: center;
}

