/* css untuk welcome */
#welcomeContainer{
	padding: 10px 5px 10px 10px;
	vertical-align: top;
}
#welcomeCellHeader{
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	font-weight: bold;
}
#welcomeCell{
	
}
#welcomeCell p{
	
}
#welcomeCellBottom{
	height: 10px;
}
#welcomeCell a {
	color: #000;
}
#welcomeCell a:hover{
	color: #f90;
}
