@charset "utf-8";
body {
	background-image: url(images/bg_gray.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #444;
	font-size: 10pt;
}
td,th {
	font-size: 10pt;
}
a,a:hover,a:visited {
	color: #44b;
	text-decoration: none;
}

h3 {
	margin-top: 34px;
	border-left: 10px #76B100 solid;
	padding-left: 10px;
}
h3.productName {
	margin-top: 0px;
	font-weight: bold;
	font-size: 120%;
	color: #76B100;
}

div.copyright{
	color: #fff;
	background-color: #666;
	font: Arial, Helvetica, sans-serif;
	text-align: center;
	border-top: 1px #ccc solid;
	width: 100%;
}

span.required {
	font-weight: bold;
	color: red;
	font-size: 9pt;
}

#shadowWrapper {
	width:1040px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(images/bg_edgeshadow.gif) top right repeat-y;
}
#distributorText {
	font-weight: bold;
	margin: 20px 8px;
	text-align: center;
	font-size: 9pt;
}
#header {
	padding: 12px;
	text-align: right;
	background-color: #f0f0f0;
}
#mainContents {
	vertical-align: top;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	height: auto;
	background-color: #f0f0f0;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}
#contentsTable {
	margin-top: 20px;
	vertical-align: top;
}

#contentsTable td {
	vertical-align: top;
}

.desc,.desc td {
	text-align: justify;
  width: 680px;
	margin: 12px;
	font-size: 10pt;
	line-height: 170%
}
.desc {
	text-align: justify;
  width: 680px;
	margin: 12px;
	font-size: 10pt;
	line-height: 170%
}
.desc br {
  margin-top:4px;
}

div#remarks {
	font-size: 9pt;
	margin:5px auto;
	width: 650px;
	padding: 6px;
	border: 1px dotted gray;
}

table.dataTable {
	background-color: white;
	margin: 15px auto;
	width: 700px;
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
    empty-cells: show;
}
table.dataTable th{
	border: 1px solid #ccc;
	background-color: #ddd;
}
table.dataTable td{
	border: 1px solid #ccc;
}
table.maintenanceTable {
	background-color: white;
	margin: 15px auto;
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
    empty-cells: show;

}
table.maintenanceTable th{
	text-align: left;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 9pt;
}
table.maintenanceTable td{
	border: 1px solid #ccc;
	font-size: 9pt;
}
table.maintenanceTable th.center{
	text-align: center;
}
table.maintenanceTable td.center{
	text-align: center;
}

div.productTarget {
	text-align: right;
	font-weight: bold;
	margin-top: -14px;
	margin-bottom: 12px;
}
