/* 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: #734411;
}
#welcomeCellBottom{
	height: 10px;
}
#welcomeCell a {
	color: #000;
}
#welcomeCell a:hover{
	color: #f90;
}