/* css untuk welcome */
#welcomeContainer{
	vertical-align: top;
	background: #D0E4EC;
}
#welcomeCell{
	padding: 10px 15px 10px 10px;
	color: #333;
}

#welcomeCell p {
	text-align: justify;
	margin: 2px;
}
#welcomeCell table {
	width: 530px;
}
#welcomeCellHeader{
	display: none;
}
#welcomeCellBottom{
	display: none;
}
#welcomeCell a {
	color: #000;
}
#welcomeCell a:hover{
	color: #f90;
}
