/* BEGIN: Navigation bar*/
div#NewsNavMonth {
        clear: both;
        margin-bottom: 9px;
        height: 20px;
}
a.inActMonth, a.inActMonth:hover {
        color: #A29254;

        text-decoration: none;
        padding: 0 0px 0 0px;
}
span.ActMonth {
        font-weight: bold;
        /*color: #A29254;*/
	color:#000000;
        padding: 0 6px 0 0;
}
a.inActYear, a.inActYear:hover {
        color: #A29254;
        text-decoration: none;
        padding: 0 0px 0 0px;
}
span.ActYear {
        font-weight: bold;
        color: #A29254;
        padding: 0 0px 0 0px;
}
span.noNewsInMonth {
        /*color: #BEBEBE;*/
	color:#666666;
        padding: 0 6px 0 0;
}
/* END: Navigation bar*/
/* BEGIN: List news*/
.news {
	padding:0px 0px 0px 0px;
	margin:0px;
	}

	.data_ex {
		padding:0px 0px 0px 10px;
		}
	.data{
		background:#F4EDD1;
		float:left;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		color:#000000;
		font-size: 14px;
		}

	.news h1{
		margin:0px;
		padding:0px;
		clear:both;
		}

	.news p{
		margin:0px;
		padding:10px 0px 10px 10px;
		text-indent:0px;
		}

	.more{
		text-align: right;
		}

	.more img{
		border:none;
		}
/* END: List news*/
/* BEGIN: Show news*/
span.showDate {
		background:#F4EDD1;
		float:left;
		margin:0px 5px 0px 0px;
		padding:2px 2px 3px 3px;
		color:#fff;
}
span.showName {
        color: #000000;
        font-weight: bold;
}
/* END: Show news*/
/* BEGIN: bottom navigation*/
table.bottomNavig {
        width: 95%;
        margin: 20px auto 15px auto;
}
table.bottomNavig a, table.bottomNavig a:hover {
        font-size: 100%;
        color: #A29254;
        text-decoration: none;
}
table.bottomNavig a:hover {
        text-decoration: underline;
        }

/* END: bottom navigation*/