@charset "UTF-8";
/* ////////////////////////////////////////////////////////

	Press Release

//////////////////////////////////////////////////////// */

/* Index (Template)
----------------------------------------------------------- */
table.MonthlyYear td p {
	position:relative;
	background:url(../images/btn_year_on.gif) no-repeat top left;
	width:134px;
	height:21px;
	color:#696969;
}

table.MonthlyYear td p a {
	width:134px;
	height:21px;
	display:block;
	color:#ffffff;
	text-decoration:none;
}

table.MonthlyYear td p span {
	position:absolute;
	left:53px;
	top:5px;
}

table.MonthlyYear td p a:link,
table.MonthlyYear td p a:visited {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/btn_year_off.gif) no-repeat top left;
}

table.MonthlyYear td p a:hover,
table.MonthlyYear td p a:active {
	color:#696969;
	text-decoration:none;
	background:url(../images/btn_year_on.gif) no-repeat top left;
}
