/* css untuk welcome */
#welcomeContainer{
	padding: 0px;
	vertical-align: top;
}
#welcomeCell{
	color: #343434;
	line-height: 140%;
}
#welcomeCellHeader{
	padding-top: 4px;
	font-weight: bold;
	color: #343434;
	font-size: 110%;
}
#welcomeCellBottom{
	height: 10px;
}
#welcomeCell a {
	color: #000;
}
#welcomeCell a:hover{
	color: #f90;
}