.ageTable {
	width:100%;
	table-layout:auto;
	border-top:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	border-collapse:collapse;
}
.ageTable td {
	/*border-bottom:1px solid #AAAAAA;border-right:1px solid #AAAAAA;*/
	border:1px solid #AAAAAA;
	padding:15px;
	font-size:0.8em;
	line-height:1.3em;
	text-align:left
}
.ageTable td.ageYear, .ageYear {
	background:#DDDDDD;
	background-image:url('/gfx/head/header_bg_on_page.png');
	font-size:1em;
	font-weight:bold;
	text-align:center;
	padding:10px 0
}
.ageMaonth {}