.serviceOverview {
	background-image: url("img/triangle.png");
	background-position: top center;
	background-repeat: no-repeat;
	width: 500px;
	padding-top: 60px;
	padding-bottom: 20px;
}

.serviceOverview td {
	font-size: 11px !important;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align:bottom;
}

.serviceOverview h1 {
	color: #15568F;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

.serviceOverview tr.row1 td,.serviceOverview tr.row2 td {
	border-bottom: 1px solid #BEBEBE;
}

.serviceOverview td.col1 {
	width: 140px;
}

.serviceOverview td.col2 {
	color: white;
	text-align: center;
	width: 220px;
	text-transform: uppercase;
}

.serviceOverview td.col3 {
	color: #10528D;
	width: 140px;
}

/******************************** NEWS */

.HTMLnews .item {
	width: 350px;
	font-size: 8pt;
	line-height: 150%;
}

.HTMLnews .item .linkline {
	margin-top: 10px;
	display: block;
}

.HTMLnews .item .head {
	border: 0px;
	background-image: url("img/tickMark.gif");
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 10px;
	font-weight: bold;
}

.HTMLnews .item .head i {
	color: #BF0B21 /* SP_DarkRed */;
}

.HTMLnews .item .body {
	margin-left: 10px;
	margin-right: 15px;
}

.HTMLnews .item ol {
	list-style-position: outside;
	list-style-type: decimal;
	marker-offset: auto;
}

.HTMLnews .item li {
	margin-left: 25px;
	padding-left: 0px;
	margin-top: 5px;
}

.HTMLnews .item i {
	color: #008fd4 /* SP_Blue */;
	font-style: normal;
}

.HTMLnews .item .link.button2 a {
	text-transform: none !important;
	white-space: normal !important;
}
