@charset "utf-8";
/* ===================================================================
 CSS INFOMATION

 FILE NAME  : co_history.css
 STYLE INFO : 
=================================================================== */

table{
	width:660px;
	border:#76a32e solid 1px;
	}

th,td{
	border:#76a32e solid 1px;
	}

th{
	background-color:#95c14f;
	font-weight:bold;
	color:#FFFFFF;
	height:21px;
	padding-top:5px;
	}

.year{
	width:60px;
	text-align:center;
	}

.history{
	width:564px;
	padding:10px 5px;
	}

.age{
	text-align:center;
	background:#e8fffd;
	}

.age2{
	text-align:center;
	background:#fff2ff;
	}

.age3{
	text-align:center;
	background:#f1ffdb;
	}

.red{
	color:#FF0000;
	}