body {
    background-color : #000000;
    color : #FFFFFF;
    margin: 0px; 
  		   scrollbar-3dlight-color:#FFFFFF;
           scrollbar-arrow-color:#FFCC33;
           scrollbar-base-color:#cc9;
           scrollbar-track-color:#CC9933;
           scrollbar-darkshadow-color:#006600;
           scrollbar-face-color:#669933;
           scrollbar-highlight-color:#FFFFFF;
           scrollbar-shadow-color:#FFFFFF;
  background-image: url('./thbceltic.jpg');
  background-repeat: no-repeat;
}



body,td,th,p,h1,h2,h3,h4,h5 {
    font: 11pt Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-family : Geneva, Verdana, Arial, Helvetica, sans-serif;
}

	h1 {
	  font-size: 14pt;
	  font-weight: bold;
	}

	h2 {
	  color: #000000;
	  font-size: 12pt;
	  font-weight: bold;
	  background: #E2E2E2;
	  font-variant: small-caps;
	  border: 1px solid #711112;
	  padding: 2px 4px 2px 4px;
	  margin: 8px 0px 8px 0px;
	}

	h3 {
	  font-weight: bold;
	  font-size: 12pt;
	}

	h4 {
	  font-weight: bold;
	  font-size: 11pt;
	}



.thbmain {  /*this is the main container*/
    margin: 0px;
    width: auto;
    border: 0px; 
    text-align: left;
    }

.thbonecol {  /*this is the main container*/
    margin: 0px;
    width: auto;
    border: 0px; 
    text-align: left;
    padding: 11px, 11px, 11px, 11px;
    padding-left: 150px;
    padding-right: 15px;
    }

.thbhead {
    background: #000000;
    color: #FFFFFF;
    margin: 0px; 
    border: 0px; 
    text-align: left;
	min-height: 80px
    } 


.thbheadnav {
    background: #000000;
    color: #FFFFFF;
    margin: 0px; 
	padding-top: 10px;
    padding-left: 75px;
	border-bottom: 1px solid #FF9933;    
    } 
	#thbtabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
	}
	#thbtabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	#thbtabnav a:link, #thbtabnav a:visited
	{
		border: 1px solid #FF9933;
		float: left;
		background: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		font-size: 12px;
		line-height: 14px;
		font-family : comic sans ms, cursive, century gothic, monospace; 
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border-top: 2px solid #FFCC99;
		border-left: 2px solid #FFCC99;
		border-right: 1px solid #FFCC99;
		text-decoration: none;
		color: #000000;
	}
	#thbtabnav a:link.active, #thbtabnav a:visited.active
	{
		border-bottom: 1px solid #FF9933;
		background: #FF9933;
		color: #000000;
	}
	#thbtabnav a:hover
	{
		border-bottom: 1px solid #339933;
		background: #339933;
		color: #FFFFFF;
	}



.thbfoot {
  clear: both;
  color: #666666;
  font-size: 11px;
  padding : 4px;
  margin: 50px, 0px, 0px, 0px;
  text-align: center;
  }



abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}



a:link, a:visited {
  color: #FF9900;
	  text-decoration: none;
}
	a:hover {
	  color: #FFCC99;
	  text-decoration: underline;
	}


fieldset {
  border: 1px solid #FF9933; 
  padding: 8px;
  margin-bottom: 8px;
  clear: all;
}
	fieldset ul {
	  margin: 0;
	  padding: 0;
	  border: 0;
	}
	fieldset li {
	  list-style-type: square;
	  margin-left: 16px;
	  text-align: left;
	}
	legend { 
	  color:#FFFFFF;
	  font-weight:bold;
	  padding: 3px;
	  border: 1px solid #FF9933;
	  font-variant: small-caps;
	}


img.fl { 
  float: right;
  margin-right: 5;
}



