.error {
	font-family: Tahoma; 
	font-size: 12px; 
	color: #FF0000;
	font-weight: bold;
}

.judul {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.judul2 {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#0000FF;
}

.isi {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

.isi2 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color:#0000FF;
}

a:link, a:visited
{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#FFFF00;
	text-decoration:none;
}

a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:none;
}

.trigger{
  cursor: pointer;
  cursor: hand;
}

.branch{
  display: none;
  margin-left: 16px;
}

.branch2{
  display: block;
  margin-left: 16px;
}

.button
{
	border-right: dimgray 1pt solid;
	border-top: dimgray 1pt solid;
	border-left: dimgray 1pt solid;
	border-bottom: dimgray 1pt solid;
	background-attachment: fixed;
	background-color:#0033CC;
	/*background-image: url('../images/button.gif') no-repeat;*/
	height: 20px;
	font-size: 10pt;
	font-family: verdana;
	color:#FFFFFF;
}

