
/*  CALENDAR  */
table#anews {
	text-align: center;
        border: 0px solid #ab987a;
	width:230px;
		background-color: #E8D499;
}
table#anewsd {
	text-align: center;
        border: 1px solid #ab987a;
	width:100%;
}
#anewsd th{
	text-align: center;
	color: #790000;
	background-color: #dbc8aa;
	padding: 4px 2px 4px 2px;
        border: 0px solid #ab987a;
}
#anewsd td{
	font-weight: normal;
	color: #9D0A2B;
	text-align: center;
	padding: 5px 2px 5px 2px;
}
#anewsd a{
	text-decoration: none;
}
#anewsd td a{
	text-decoration: underline;
	font-weight: bold;
}
td#curDay a{
	color: #FFFFFF;
}
td#curDay{
	background-color: #8FC6F4;
}
table#anewsh {
	text-align: center;
        border: 0px solid #1E438E;
	width:100%;
	background-color: #1E438E;
}
#anewsh th{
	weight: 25px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #790000;
}
#anewsh a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
        font-size: 14px;
}
#anewsh th a{
	text-decoration: none;
}
#anews td{
        border: 0px solid #E7E6D2;
}