body {
  scrollbar-face-color: rgb(34,139,34);
  scrollbar-highlight-color: #ffffff; 
  scrollbar-shadow-color: #ffffff; 
  scrollbar-3dlight-color: rgb(220,220,220); 
  scrollbar-arrow-color: #ffffff; 
  scrollbar-track-color: rgb(220,220,220); 
  scrollbar-darkshadow-color: #4b8781;
  background-color: rgb(224,255,255);
}
.textbld  {
    font-family: Trebuchet MS Bold;
    font-weight:bold;
    color: #ffffff;
    font-size:16pt;
}
.middle_text  {
    font-family: Trebuchet MS Bold;
    font-weight:bold;
    color: #ffffff;
    font-size:13pt;
}
.link a:link, .link a:visited {
	color: rgb(240,255,255);
	font-family: Trebuchet MS Bold;
	font-weight: bold;
  text-decoration: none;
	font-size: 12pt;
}

.link a:hover {
	color: rgb(255,255,0);
	font-family: Trebuchet MS Bold;
  text-decoration: underline;
}
.linkats a:link, .linkats a:visited {
	color: #ffffff;
	font-family: Trebuchet MS Bold;
  text-decoration: none;
	font-size: 11pt;
}

.linkats a:hover {
	color: red;
	font-family: Trebuchet MS Bold;
  text-decoration: underline;
}
.header{
  color : rgb(255,102,0);
  font-family : verdana;
  font-size : 13pt;
}
.title{
  color : rgb(0,128,0);
  font-family :georgia;
  font-size :14pt;
}
.tgl{
  color : rgb(255,102,0);
  font-family : verdana;
  font-size : 8pt;
}
.detil a:link, .detil a:visited{
  width : 100px;
  text-decoration : none;
  color : #ffffff;
  height: 18px;
  background-image:url(../images/detil01.png);
}
.detil a:hover{
  width : 100px;
  height: 18px;
  color : #000000;
  background-image : url(../images/detil02.png);
}
.text{
  font-family : Trebuchet MS Bold;
  color : rgb(64,64,64);
  font-size : 10pt;
}
.textlink a:link, .textlink a:visited{
  font-family : georgia,verdana,sans-serif;
  text-decoration : none;
  font-size : 10pt;
  font-weight: bold;
  color : black;
}
.textlink a:hover{
  font-family : georgia,verdana,sans-serif;
  text-decoration : underline;
  font-size : 10pt;
  font-weight: bold;
  color : rgb(255,0,0);
}
.page_link a:link, .page_link a:visited{
    font-family : georgia, verdana, sans-serif;
    text-decoration : none;
    font-size : 9pt;
    font-weight : bold;
    padding-top : 2px;
    padding-bottom : 2px;
    padding-left : 5px;
    padding-right : 5px;
    color : #ffffff;
    background-color : rgb(255,102,0);
    border : 1px solid rgb(128,128,128);
}
.page_link a:hover{
    text-decoration : underline;
    font-family : georgia, verdana, sans-serif;
    font-size : 9pt;
    font-weight : bold;
    padding-top : 2px;
    padding-bottom : 2px;
    padding-left : 5px;
    padding-right : 5px;
    color : #ffffff;
    background-color : rgb(0,128,0);
    border : 1px solid rgb(128,128,128);
}
.text_page{
    font-family : georgia, verdana, sans-serif;
    font-size : 9pt;
    font-weight : bold;
    color : #000000;
    padding-top : 2px;
    padding-bottom : 2px;
    padding-left : 5px;
    padding-right : 5px;
    background-color : rgb(255,102,0);
    border : 1px solid rgb(128,128,128);
}
div.img
{
  margin: 5px;
  border: 1px solid #0000ff;
  float: center;
  text-align: center;
  font-family: Trebuchet MS Bold;
  font-size: 10pt;
  background-color: rgb(127,255,0);
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
}