/* CSS Document */

body
{
/*	background: #F5EBD0 url(../images/bg-head.jpg) repeat-x; */
	background: #AFA384;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0; padding: 0;
	line-height:14px;
	color:#333333;
}

p
{
	margin: 5px 0; padding: 0;
}

/* link */


a.external:link 
{
	font-weight: bold; 
	text-decoration: none; 
	color: #FF3300; 
}

a.external:visited 
{
	color: #FF3300; 
	text-decoration: none; 	
}

a.external:hover 
{
	text-decoration: none; 
/*	background-color: #EBEBEB;  */
}

a.external:active 
{
	color: #FF0000; 
	text-decoration: underline; 
} 	

a.link
{
	text-decoration: none; 
}


/* link */


a.internal:link 
{
	font-weight: bold; 
	color: #0369BC;;
	text-decoration: none; 		
}

a.internal:visited 
{
	font-weight: bold; 
	color: #0369BC;
	text-decoration: none; 	
}

a.internal:hover 
{
	font-weight: bold; 
	text-decoration: none; 
	color: #FF0000;
/*	background-color: #EBEBEB;  */
}


a.produk:link 
{
	font-weight: bold; 
	color: #FF3300;
}

a.produk:visited 
{
	color: #FF3300; 
	text-decoration: none; 	
}

a.produk:hover 
{
	text-decoration: none; 
	color: #FF3300;
/*	background-color: #EBEBEB;  */
}	

a.produk:active 
{
	color: #FF0000; 
} 	



form {
	margin: 0; padding: 0;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	font-size: 11px;
	margin: 1px 0 1px 2px;
	padding: 3px 2px;
}

textarea {
	overflow: auto;
}