/* css untuk welcome */
#welcomeContainer{
	padding: 0px;
	vertical-align: top;
	margin-top: 0px;
}
#welcomeCell{
	padding: 4px;
	color: #333;
	line-height: 140%;
}
#welcomeCellHeader{
	font-weight: bold;
	font-size: 150%;
	padding-bottom: 4px;
	margin: 0px;
	color: #000;
	border-bottom: 1px dashed #aaa;
}
#welcomeCellBottom{
	height: 0px;
}
#welcomeCell a {
	color: #000;
}
#welcomeCell a:hover{
	color: #f90;
}