table#tp_content{
	border: #e1e1e1 1px solid; 
	border-collapse: collapse;
}
table#tp_content  tr{
	border: #e1e1e1 1px solid;
}
table#tp_content  th{
	border: #e1e1e1 1px solid;
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 10px; 
	padding-right: 10px;
	text-align: center;
	font-size: 16px; color: #ffffff;
	font-weight: normal;
	background-color: #2f419b;
}
table#tp_content  td{
	border: #e1e1e1 1px solid;
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 10px; 
	padding-right: 10px;
	font-size: 14px; color: #000000;
	font-weight: normal;
}

.tp_h1 {
	font-weight: normal;
	font-size: 20px; color: #000000;
}
.tp_h2 {
	font-weight: normal;
	font-size: 18px; color: #000000;
}
.tp_h3 {
	font-weight: normal;
	font-size: 16px; color: #000000;
}
.tp_h4 {
	font-weight: normal;
	font-size: 14px; color: #000000;
}
.tp_h5{
	font-weight: normal;
	font-size: 12px; color: #000000;
}
.tp_h6{
	font-weight: normal;
	font-size: 10px; color: #000000;
}

.tp_button {
    border: 1px solid #e1e1e1;
	font-size: 14px; color: #000000;
    background: #f6f9fa;
}
.tp_button:hover {
    border: 1px solid #0101ff;
	font-size: 14px; color: #ffffff;
    background: #999999;
}
.tp_button_disabled {
    border: 1px solid #e1e1e1;
	font-size: 14px; color: #000000;
    background: #f6f9fa;
}

.tp_input{
    border: 1px solid #e1e1e1;
	font-size: 14px; color: #000000;
}

.tp_select{
    border: 1px solid #e1e1e1;
	font-size: 14px; color: #000000;
}

.tp_textarea{
    border: 1px solid #e1e1e1;
	font-size: 14px; color: #000000;
}
