/* css untuk welcome */
#welcomeContainer{
	padding: 10px;
	margin-bottom: 10px;
}
#welcomeCell{
	font-size: 12px;
}
#welcomeCell p{
	margin: 4px 0px !important;
	padding: 0px !important;
	line-height: 140%;
}
#welcomeCell span{
	display: block;
	white-space: nowrap;
}
#welcomeCell{
	margin: 0px !important;
	padding: 0px !important;
}
#welcomeCellHeader{
	font-weight: bold;
	color: #0143b1;
	font-size: 1.5em;
	padding: 5px 0px;
	line-height: 150%;
}
#welcomeCellBottom{
	clear: both;
	height: 1px;
	overflow: hidden;	
	padding: 0px !important;
	margin: 0px !important;
}
#welcomeCell a {
	color: #c36894;
}
#welcomeCell a:hover{
	color: #f5a2b2;
}