/* css untuk welcome */
#welcomeContainer{
	padding: 10px 15px;
}
#welcomeCell{
	color: #333;
	padding-bottom: 10px;
	line-height: 140%;
	background: url(../images/dotted.gif) bottom left repeat-x;
}
#welcomeCellHeader{
	color: #333;
	font-size: 1.5em;
	padding: 0px;
}
#welcomeCellBottom{
	overflow: hidden;
	padding: 0px !important;
	margin: 0px !important;
}
#welcomeCell a {
	color: #bc7e00;
}
#welcomeCell a:hover{
	color: #333;
	text-decoration: underline;
}