body,td,th{
   font-family:Verdana;
   font-size:10px;
   color:#7A7A7A;
}
a{
  color:#800000;
  text-decoration:none;
}
a:hover{
  color:#766247;
  text-decoration:underline;
}
.mailto{
 color:#4A4A4A;
 text-decoration:none;
}
.mailto:hover{
 color:#9A9A9A;
 text-decoration:underline;;
}
.gold_color{
   color:#766247; 
}
#page_title{
	font-family:Georgia;
	font-size:10;
	color:#766247;
	letter-spacing: 2px;
	text-align:center;
	height:11px;
	text-transform:uppercase;
	font-weight:bold;

}
#page_title_under{
	background-image:url(../images/kaki_meja.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:11px;
}
#mycustomscroll {
/* Typical fixed height and fixed width example */
width:476px;
height:276px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 476px;
height: auto;
position: relative;
color: black;
padding: 0px;
}

              
