@charset "UTF-8";
/* outline/history.html table CSS  */

/*=========Years Link Btn=========*/	
#main p#year{
	text-align:center;
	}
#main p#year a img{
	margin-right:5px;
}	

/*=========Stripe Table=========*/	
#main table.stripe {
	width: 584px;
	margin: 0 0 20px 0px;
	font-size:85%;
	vertical-align:top;
}
/*===th===*/	
#main table.stripe tr th {
	width: 50px;
	padding:3px 10px;
	font-weight:bold;
	background:#BCE682;
	color:#009913;
}
/*===td===*/	
#main table.stripe tr td {
	padding: 3px 10px;
}
#main table.stripe tr td.month {
	width: 30px;
	text-align:right;
	color:#009913;
}

/*===Stripetable/Mouseober===*/	
table.stripe tr.over td {
	background:#F7EDCC;
}
/*===Stripetable/GreenTr===*/	
table.stripe tr.even {
	background:#ECF3CF;
}

/*===strong/em===*/	
#main table.stripe strong{
	color:#009913;
	font-weight:nomal;
	}
#main table.stripe em{
	/*color:#FF6633;*/
	font-weight:bold;
	}




