@charset "windows-1251";
  .xxx:link {
	  color:#000
	  text-decoration: none;
	font-weight: bold;
	color: #000;
	text-decoration: none;
 }
  .xxx:hover {
	color:#000;
	text-decoration: underline;
	font-weight: bold;
 } 
  .xxx:visited { 
  color:#000
  text-decoration: none;
	font-weight: bold;
	color: #000;
	text-decoration: none;
  }
  
 .yyy:link {
	color:#DACF97;
	text-decoration: none;
	font-weight: bold;
 }
.yyy:hover {
	color:#DACF97;
	text-decoration: underline;
	font-weight: bold;
 }
  .yyy:visited {
	color:#DACF97;
	text-decoration: none;
	font-weight: bold;
  }

  

#Table_01 tr td p {
	text-align: left;
}

#Table_01 tr td h2 {
	text-align: center;
}
#Table_01 tr td h3 {
	text-align: center;
}
