body {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}



.heading {
  text-align: left;
}
  
.left {
  float: left;
  width: 140px;
  font-size:10px;
}

.middle {
  top: 10px;
  margin-left: 140px;
  margin-right: 120px;
  font-size:12px;
}

.right {
  float: right;
  padding: 0px 0px 0px 10px;
  width: 160px;
  font-size:10px;
}

.footer {
  padding-top: 10px;
  text-align: center;
  clear: both;
}

.small {
  top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size:10px;
}




table {
	
	border-collapse:collapse;
	border:1px solid #FFCA5E;
}
caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	
	height: 45px;
	color: #FFAA00;
}
thead th {
	background: url(bg_th-org.jpg) no-repeat right;
	height: 47px;
	bgcolor:#57887D;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 2px solid #FCF1D4;
}
tbody tr {
	background: url(bg_td1.jpg) repeat-x top;
}
tbody tr.odd {
	background: #FFF8E8 url(bg_td2.jpg) repeat-x;
}

tbody th,td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}


a {
	color: #52B518;
	font-weight: bold;
	
}
a:visited {
    color: 333366 
}

a:active {
    color: 009900 
}

a:hover {
	color: #F8A704;
}


tfoot th {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
tfoot td {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}


