body {
  background-color: #000000;
}

.homePageHeader {
	font-family: Verdana;
	font-size: 12px; /*xx-small;*/
	font-weight: bold;
	color: #ffffff;
	/*width: 100%; caused problems with tables*/
	/*height: 100%;*/
	text-align: right;
	line-height: 150%;
}

.thtGalleryTitle {
	font-family: Verdana;
	font-size: 10px;
	color: #cccccc;
	text-align: centre;
	line-height: 150%;
}

.thtContent {
	font-family: Verdana;
	font-size: 12px; /*xx-small;*/
	color: #ffffff;
	/*width: 100%; caused problems with tables*/
	/*height: 100%;*/
	text-align: left;
	line-height: 150%;
}

.thtContentFont {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	line-height: 150%;
}

.thtCopyright {
	font-size: 9px; /*xx-small;*/
	text-align: right;
}

/* find the link setup in layout content */

.thtContent :link,
.thtContent :visited 
{
	color: #ff9900; /*#ffcc00; /*ff0;*/
	text-decoration: none;
}

.thtContent :hover {
  color: #ff9900; /*#ff0;*/
  text-decoration: underline;
}

.thtTitle {
  font-weight: bold;
  font-size: medium;
  color: #ff6600; /*#f00;*/
}

.thtSubTitle {
  font-weight: normal;
  font-style: italic;
  font-size: 11px;
  color: #ffffff;
}

.thtSecHdr {
	font-weight: bold;
	font-size: x-small;
	color: #FF6600;
}

.thtGalleryTbl {
	width: 100%;
	border: 0;
	cellpadding: 0;
	align: center;
	}


.thtGalleryTbl td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	font-size: 12px; /*xx-small;*/
	color: #ffffff;
	}
	
.thtTableCtr td{
	text-align: center;
	}

.boldHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: 900;
	font-variant: normal;
	text-transform: none;
	color: #B0AEBB;
}


/* just as a test to find out what styles where working on the tables of the tht content
still can't get it to work without this 
td {
  /*border: 0px solid #000000;
  padding: 0px;* /
  font-size: 12px;
  color: #aaa;
}*/

.tbl-date-hdr { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #ff6600
}

.tbl-section-hdr { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bolder; 
	color: #f60
}


.tblSecHdr {
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-weight: bold;
	color: #fff;
}

#content img {
  border-width:1px;
  border-color:#aaf #666 #666 #aaf;
  border-style:solid;
  }
  
#content embed {
  border-width:1px;
  border-color:#aff #666 #666 #aff;
  border-style:solid;
  }
  
#content object {
  border-width:1px;
  border-color:#aaa #999 #999 #aaa;
  border-style:solid;
  }

.support {
	/*position: relative;*/
	text-align:right;
	font-size:9px;
	color:#999;
	}