/* css untuk welcome */
#welcomeContainer{
	padding: 4px 4px 4px 0px;
	vertical-align: top;
}
#welcomeCell{
	padding: 4px;
	color: #333;
	line-height: 140%;
}
#welcomeCellHeader{
	height: 22px;
	font-weight: bold;
	color: #000;
	font-size: 110%;
}
#welcomeCellBottom{
	height: 5px;
}
#welcomeCell a {
	color: #214598;
}
#welcomeCell a:hover{
	color: #214598;
	text-decoration: underline;
}