/* css untuk welcome */
#welcomeContainer{
	padding: 0px 0px 6px 0px;
	vertical-align: top;
	text-align: center;
}
#welcomeCell{
	padding-top: 4px;
	color: #333;
	line-height: 140%;
}
#welcomeCellHeader{
	font-weight: bold;
	font-size: 14px;
	color: #333;
	padding-top: 8px;
	text-align: center;
}
#welcomeCellBottom{
	height: 0px;
}
#welcomeCell a {
	color: #000;
}
#welcomeCell a:hover{
	color: #f90;
}

#welcomeCell p{
	margin: 4px 4px 6px 4px;
}