@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Noto Sans', sans-serif;
	
}
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

body {
  position: relative;
  width: 21cm;  
  height: 28.7cm; 
  margin: 0 auto; 
  color: #555555;
  background: #FFffFF; 
  font-size: 1.0em;
  font-family: 'Noto Sans', sans-serif;
  
}
.rTable {   	display: block;   	width: 100%; }
.rTableHeading, .rTableBody, .rTableFoot, .rTableRow{   	clear: both; } 
.rTableHead, .rTableFoot{   	background-color: #FDFDFA;  	font-weight: bold; } 
.rTableHead {   	border: 0px solid #999999;   	float: left;   	height: 47px;   	overflow: hidden;   	padding: 3px 1.8%;   	width: 35%; }
.rTableCell, .rTableHead {   	border: 0px solid #999999;   	float: left;   	height: 47px;   	overflow: hidden;   	padding: 3px 1.8%;   	width: 35%; }
.rTable:after {   	visibility: hidden;   	display: block;   	font-size: 0;   	content: " ";   	clear: both;   	height: 0; }
.rTableCellodd{   	background-color: #FAFAFA;  float: left;   	height: 47px;   	overflow: hidden;   	padding: 3px 1.8%;   	width: 35%;   } 
.rTableCelleven{   	background-color: #FCFCFC;  float: left;   	height: 47px;   	overflow: hidden;   	padding: 3px 1.8%;   	width: 35%;   } 
#coldoneven {
background-color: #FCFCFC;
  
}
#coldonodd {
background-color: #FCFCFC;
  
}