
h1 , h2 , h3 , h4 , h5, h6 {
  	font: italic 18px Arial;
	color: #004400;
	padding: 0;
	margin: 2.5em 0 1.5em 0;
	text-decoration: none;
}

h1:first-letter , h2:first-letter , h3:first-letter , h4:first-letter , h5:first-letter, h6:first-letter  {
  	font: italic 18px Arial;
	color: #009900 !important;
} 

h1 {
}

h1 a,
h2 a,
h3 a,
h4 a, 
h5 a, 
h6 a 
{
  	font: italic 18px Arial;
	color: #004400;
	text-decoration: none;
}

h1 a:first-letter, h2 a:first-letter, h3 a:first-letter, h4 a:first-letter, h5 a:first-letter, h6 a:first-letter {
  	font: italic 18px Arial;
	color: #009900 !important;
} 

h1 a:hover, h2 a:hover, h3 a:hover {
}

.content h1, .content h1 a {
}


.content h2, .content h2 a,
.content h3, .content h3 a,
.content h4, .content h4 a,
.content h5, .content h5 a,
.content h6, .content h6 a {
}


/************** content table **************************/

.tabinfo {
	border-collapse: collapse;
	font: 11px Tahoma;
/*	position: relative;  */
}

.tabinfo a {
	text-decoration: none;
}

.tabinfo thead td , .tabinfo th {
	border-top: 1px solid #e2ccb5;
	border-bottom: 1px solid #e2ccb5;
	font-weight: bold;
	padding: 1em 7px;
	vertical-align: top;
	background: #ffe8b9;
	text-align: left;
}

.tabinfo td {
	vertical-align: top;
	border-bottom: 1px solid #e2ccb5;
	padding: 7px;
	text-align: left;
}

.tabinfo td p , .tabinfo div , .tabinfo a {
	text-align: left;
}

.tabinfo tr:hover td {
	background: #fae7c9;
}

.td_selected , .td_selected td {
	font-weight: bold;
	padding: 1em 5px;
	vertical-align: top;
	background: #ffe8b9;
	text-align: left;
}

/************** content table **************************/

div.colLeft {
    width: 48%;
    padding-right: 2em;
    float: left;
}
div.colRight {
}

.columnsList {
    clear: both;
    margin-bottom: 2em;
}

.columnsList li {
    width: 40%;
    float: left;
    padding-right: 0;
    margin-right: 2em;
}

.description-table {
}

.description-table td {
	padding-top: 2px;	
	padding-bottom: 9px; 
	font: 95% Arial;
}


