@charset "utf-8";

#bottom_cal {
	position:absolute;
	left:46px;
	top:550px;
	width:797px;
	height:16px;
	z-index:10;
}
#bottom_cal ul {
	margin: 0px;
	padding: 0px;
}
#bottom_cal li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 65%;
}

/* CSS Document */


.jan {
	color: #999999;
	text-decoration:none;
	font-weight: bold;
}
	
.jan:hover {
	color: #99CCFF;
	text-decoration:none;
	font-weight: bold;
}

.feb {
	color: #999999;
	text-decoration:none;
	font-weight: bold;
}

.feb:hover {
	color: #33CC99;
	text-decoration:none;
	font-weight: bold;
}

.mar {
	color: #999999;
	text-decoration:none;
	font-weight: bold;
}

.mar:hover {
	color: #CCCC00;
	text-decoration:none;
	font-weight: bold;
}

.apr {
	color: #999999;
	text-decoration:none;
	font-weight: bold;
}

.apr:hover {
	color: #FFCC00;
	text-decoration:none;
	font-weight: bold;
}

.may {
	color: #999999;
	text-decoration:none;
	font-weight: bold;
}

.may:hover {
	color: #FFCC00;
	text-decoration:none;
	font-weight: bold;
}

.jun {
	color: #999999;
	text-decoration:none;
	font-weight: bold;
}

.jun:hover {
	color: #FFCC00;
	text-decoration:none;
	font-weight: bold;
}

.jul {
	color: #999999;
	text-decoration:none;
	font-weight: bold;
}

.jul:hover {
	color: #FF9933;
	text-decoration:none;
	font-weight: bold;
}

.aug {
	color: #999999;
	text-decoration:none;
	font-weight: bold;
}

.aug:hover {
	color: #FF3333;
	text-decoration:none;
	font-weight: bold;
}

.sep {
	color: #999999;
	text-decoration:none;
	font-weight: bold;
}

.sep:hover {
	color: #CC6600;
	text-decoration:none;
	font-weight: bold;
}

.oct {
	color: #999999;
	text-decoration:none;
	font-weight: bold;
}

.oct:hover {
	color: #996633;
	text-decoration:none;
	font-weight: bold;
}

.nov {
	color: #999999;
	text-decoration:none;
	font-weight: bold;
}

.nov:hover {
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}

.dec {
	color: #999999;
	text-decoration:none;
	font-weight: bold;
}

.dec:hover {
	color: #3399CC;
	text-decoration:none;
	font-weight: bold;
}


</style>

