
table.hpc tr td {
	padding: 5px !important;	
}

table.news-list tr td ul {
	list-style-type: circle;
}

table.news-list tr td {
	padding: 5px !important;
}

.news-top-image {
	width: 538px;
	height: 158px;
	color: #ffffff;
	padding: 0px 0px 20px 30px;
	vertical-align: bottom;
}

.news-top-text-large {
	font-size: 25px;
	font-weight: bold;
}

.news-top-text-small {
	font-size: 15px;
}

.news-pink {
	color: #e5037f;	
}

.news-red {
	color: #fe0000;	
}

.news-top-link {
	/* ... */
}

/*******************/

.pink-header {
	color: #ff9999;
	font-weight: bold;
	font-size: 15px;
}

.pink-bg-header {
	background-color: #d8007e;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 5px;
}

.content-padding {
	padding: 5px;
}

.blue-header {
	color: #4f81bd;
	font-weight: bold;
	font-size: 15px;
}

.blue {
	color: #4f81bd;
}

.red {
	color: #ff0000;
}

.blue-bg {
	background-color: #6cb0e1;
}

