@charset "utf-8";
/* CSS Document */

.ptx_table
{ 
background-image: url(images/bg.png);
background-repeat: no-repeat;
height: 395px;
width: 666px;
} 

.ptx_h1
{
	font-weight:bold;
	color: #7D8543; 
	font-size:14px;
	margin-top:2px;
	margin-bottom:1px;
}
.ptx_h1b
{
	font-weight:bold;
	color: #7D8543; 
	font-size:14px;
	margin-top:17px;
	margin-bottom:1px;
	margin-left: 10px;
}

.ptx_h2
{
	font-weight:bold;
	color: #7D8543; 
	font-size:13px;
	margin-top:2px;
	margin-bottom:-1em;
	margin-left:10px;
}
.ptx_h3
{
	font-weight:bold;
	color: #7D8543; 
	font-size:12px;
	margin-top:2px;
	margin-bottom:-1em;
}
.ptx_hr {
  border: 0;
  width: 100%;
  color: #999999;
  background-color: #999999;
  height: 1px;
  line-height: -1em;
}
.ptx_hr_big {
  border: 0;
  width: 100%;
  color: #7D8543;
  background-color: #7D8543;
  height: 2px;
}
.ptx_body
{ margin-left: 10px;
margin-right:200px;

}
.ptx_li
{ margin-left:2em;
margin-top:0em; }