@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
/*	width: 492px;
	width: 400px;
	width: 560px;
	A4 landscape print area 270W x 170H
*/
	width: 180mm;


	line-height: 14px;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	border-left: 5mm;
	min-height: 260mm;
}

.body2 {
	width: 240mm;
}

.pagebreak { page-break-before: always; }

.pagebreakafter { page-break-after: always; }

a:hover {
	text-decoration: none;
	color: #F00;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {

	text-decoration: none;
	color: #FFFFFF;
}

@media print {
  h2 { 
    page-break-before: always;
  }
  h3, h4 {
    page-break-after: avoid;
  }
  pre, blockquote {
    page-break-inside: avoid;
  }
}
h2 { 
    page-break-before: always;
  }
  
.f10{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	line-height: 12px;
	font-weight:normal;
	text-align:center;
}

.ARHStext12 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
}