/* css untuk service */
#serviceContainer{
	margin: 5px 0px 15px 0px;
}
#serviceCell{
	line-height: 140%;
	color: #333;
	padding: 6px;
}
#serviceCell p{
	margin: 0px;
	padding: 3px 3px 3px 10px;
	line-height: 130%;
}
#serviceCellHeader{
	margin: 0px;
	font-size: 12px;
	padding: 10px 16px;
	color: #333;
	font-weight: bold;
	background: url(../images/headingRight.gif) right no-repeat;
}
#serviceCellBottom{
	margin-left: 16px;
	padding: 6px;
	font-size: 11px;
	text-align: right;
	border-top: 1px solid #b3b3b3;
}
td.serviceList{
	background-color: #333;
}
td.serviceSpecial{
	background-color: #fff;
}
a.serviceLink{
	color: #024997;
	text-decoration: none;
	font-weight: bold;
}
a.serviceLink:hover{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a.serviceMore{
	color: #000;
}
a.serviceMore:hover{
	color: #024997;
}

/* css untuk footer */
td.footerContainer{
	color: #ccc;
	padding-top: 10px;
}
td.footerCell{
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;
}
a.footerLink{
	color: #000;
}
a.footerLink:hover{
	color: #024997;
}

