/*------------ table style set ------------*/
.hpb-cnt-tb1{
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

H1{ 
	background:#cef;
	padding:0 5px;
	font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #66f;
	
  font-size : medium;
  margin-left : 15px;
}
P{
  font-size : x-small;
  font-weight : normal;
  color : black;
  text-decoration : none;
  margin-top : 20px;
  margin-left : 20px;
  margin-right : 20px;
  margin-bottom : 20px;
}
h2.t-1{
	border-left-style: solid 3px;
	border-left-color: #333333;
	border-bottom-style: solid 1px;
	border-bottom-width: 500px;
	border-bottom-color: #333333;
}

