body {
	font-family; arial;
}

h1 {
	text-align: center;
	font-size: 24pt;
	color: #990000;
}

h2 {
	font-size: 18pt;
	color: #FF3300;
}

h3 {
	font-size: 14pt;
	color: #FF6600;
}

h4 {
	font-size: 18pt;
	color: #FF0000;
	text-align: center;
}

.block {
	position: relative; 
	top: 0px; 
	background-image: url("./images/apnme_4.jpg");
	background-repeat: no-repeat;
	padding: 10px 75px 0 20px;
}

.text {
	text-align: justify;
	font-size: 10pt;
	color: #333;
	line-height: 24px;
}

.text a:link,.text a:visited,.text a:hover,.text a:active  {
	color:#0000FF;
	text-decoration: underline;
}

.thl {
	border: 0;
}

.title {
	font-size: 14pt;
	font-weight: bold;
	color: #000;
}

.title2 {
	font-size: 10pt;
	font-weight: bold;
	color: #0000CC;
}

.title3 {
	font-size: 10pt;
	font-weight: bold;
	color: #FF3300;
}

.stbl {
	border: 0px solid #666;
	width: 100%;
}

.stbl_title {
	border: 1px solid #666;
	background: #333;
	color: #fff;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}

.stbl_text {
	border: 1px solid #666;
	color: #333;
	font-size: 10pt;
	text-align: center;
	padding: 10px;
}

.stbl_text2 {
	border: 1px solid #666;
	color: #333;
	font-size: 10pt;
	text-align: left;
	padding: 10px;
}

.stbl_text3 {
	border: 1px solid #333;
	color: #333;
	font-size: 10pt;
	text-align: center;
	padding: 2px;
}

.slink a:link,.slink a:visited,.slink a:hover,.slink a:active  {
	font-size: 14pt;
	font-weight: bold;
	color:#FF3300;
	text-decoration: underline;
}

.title a:link,.title a:visited,.title a:hover,.title a:active  {
	font-weight: bold;
	color:#333;
	text-decoration: none;
}

ul {
	list-style-type: square;
	font-size: 10pt;
	font-weight: ;
}

ul a:link,ul a:visited,ul a:hover,ul a:active {
	color:#0000FF;
	text-decoration: none;
}

ul.decimal {
	list-style-type: decimal;
	font-size: 10pt;
	font-weight: ;
}

ul.alpha {
	list-style-type: lower-alpha;
	font-size: 10pt;
	font-weight: ;
}