body
{  
	background-color:#ffffff; 
	margin: 0px auto;
	width: 1004px;
	color: #303030;
	font-family: Tahoma, verdana, arial;
	font-size:12px;
	font-stretch:expanded;
}
a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

li{
	list-style:circle;
	
}
.breadcrumb a{
	color: green;
}
.headertablewhite{
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
}
/* forms */
CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
FORM { display: inline; }

.child{
	list-style: disc;
	font-size: 10px;
	color: gray;
}
.cursor{
	cursor: pointer;
}
.padsleft20{
  padding-left:20px; 
}

.nobgrepeat{
	background-repeat: no-repeat;
}
.bgrepeatx{
	background-repeat: repeat-x;
}
.headingtitle{
	font-family: verdana, arial;
	font-size: 16px;
	color: #ffffff;
}
.headingtitlegreen{
	font-family: verdana, arial;
	font-size: 16px;
	font-weight:600;
	color:green;
}
.menu_kiri {font-family:Tahoma,Arial;font-size: 11px; color: #1868D0; font-weight: bold; text-decoration: none }
.menu_kiri a{font-weight: bold; color: #547BCC; text-decoration: none}
.menu_kiri a:hover{font-weight: bold; color: #000000; text-decoration:underline}
.menu_kiri a:active{font-weight: bold; color: red; text-decoration: none}

.menu_next {font-family:Tahoma,Arial;font-size: 11px; color: orange; font-weight: bold; text-decoration: none }
.menu_next a{font-weight: bold; color: orange; text-decoration: none}
.menu_next a:hover{font-weight: bold; color: red; text-decoration:underline}
.menu_next a:active{font-weight: bold; color: #547BCC; text-decoration: none}
.menu_tetap {
	font-family:Tahoma, Arial;
	font-size: 11px;
	color: #3366FF;
	font-weight: bold;
	text-decoration: none;
}
.servicetitle, .servicetitle a {
	color: #BA9F35;
	font-size: 14px;
	font-weight: 600;
}
.servicesubtitle, .servicesubtitle a{
	color: #ffffff;
	font-weight: 600;
}
.service{
	color: #A9A9A9;
}
.link_more a{
	font-size: 10px;
	color: #00D68A;
}
/*for menu*/
#dropmenudiv{
		width:255px;
		position:absolute;
		border:0px solid #DC171E;
		line-height:31px; z-index:100;  
		background:url('../images/menu_normal.jpg');  
		font-weight:normal; 
		font-size:12px; 
		font-family:Verdana; 
		border-bottom-width:0px;
		top: auto;

	}

	#dropmenudiv a{
		width: 255px;
		display: block;
		text-indent: 25px;
		padding: 0px 0px;
		text-decoration: none;
		font-weight: bold;
		color : #FFFFFF;
	}

	#dropmenudiv a:hover{
	   background:url('../images/menu_hover.jpg');		
	} 
	