		
		div.domtab{
			width:715px;
			margin-top: 15px;
		}
		ul.domtabs{
			float:left;
			margin:8px 0 0 0;
			clear:both;
			list-style-type:none;
			padding: 0 0 0 6px;			
		}
		ul.domtabs li{
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 12px;
    		font-weight:bold;
			margin: 0;
			padding: 0 1px;
			float: left;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 12px;
    		font-weight:bold;
			text-decoration:none;			
			padding:4px 6px 2px 6px;
			margin: 0;
			display:block;
			background:#ddd;
			color:#000;
			border: 1px solid #6b6b6b;
			border-bottom-color: #ddd;
		}
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover{
			height:auto;
			min-height:16px;
		}
		ul.domtabs a:hover{
			color:#fff;
			background-color:#989898;
			border-bottom-color:#989898 !important;
		}
		div.domtab div.tabcontent {
			clear:both;
			width:auto;
			color:#000;
			border: 1px solid #6b6b6b;
			padding: 20px 10px 10px 10px;
			min-height: 20px;
		}
		/*     IE hack to handle the min-height issue */	
		* html div.domtab div.tabcontent {height:20px;}
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			color:#fff;
			background-color:#6b6b6b;
			border-bottom-color:#6F6E6E !important;
		}
		#domtabprintview{
			
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#0033ab;
		}
		

/* My Additions KLM */
.tabcontent{	
	border: 1px solid #6b6b6b;
	margin: 0;
	padding: 20px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tabcontent h1	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;	
}
.tabcontent h2	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom: thin solid #0033ab;
	font-size: 18px !important;
}

