.table-title {
	background-color:#125C94; 
	color:#fff; 
	text-align:left;
	padding: 5px;
	
}
.table-toleft{
	text-align:left;
}
.table-toright{
	text-align:right;
}
.table-center{
	text-align:center;
}

.pompy-top{
	text-align:left;
	width: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin: -7px;
	padding: 5px;
}

.pompy-link{
	text-align:left;
	color: #000;
	background-color: #CCC;
	margin: 4px;
	padding: 4px;
	border: 1px solid #999;
}
.pompy-link:hover{
	color: #FFF;
	background-color: #125C94;
	cursor: pointer;
}

.pc-tech{
	font-size: 9px;
	
}
