body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
input,textarea,select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a{
	color:#FF6600;
	text-decoration:underline;
}
a:hover{
	color:#003399;
	text-decoration:none;
}

#newsHome{
	margin-top:10px;
	margin-bottom:10px;
	height:349px;
	background:#EBEBEB;
	color:#CD515C;
	padding-left:20px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}
#newsHome h1{
	font-size:18px;
}
#newsHome a{
	color:#DC9293;
	text-decoration:underline;
}	
#newsHome a:hover{
	color:#000000;
	text-decoration:none;
}
#newsHome div{
	font-size:8px;
	border-bottom:1px solid #D3D3D3;
	margin-bottom:8px;
}	

#newsDetail,#news,#request_for_quotation,#complaints,#category,#product,#menu,#umum
{
	margin:10px;
}
#newsDetail h3,#news h3,#product h3{
	padding:0px;
	margin:2px;
}
#newsDetail h5{
	padding:0px;
	margin:2px;
}
#news p{
	margin-bottom:10px;
}

#detail input{
	width:75px;
}

.border{
	margin:3px;
	border:1px solid #EDEDED;
	padding:3px;
}
.nomarpad{
	margin:0px;
	padding:0px;
}

