 /* BEGIN: Navigation bar*/

div#NewsNavMonth {
	clear: both;
	/*background-color: #cef3fd;
	 border-top: 1px solid #002D71;
	border-left: 1px solid #002D71;
	border-right: 1px solid #002D71;*/
	width: 420px;
        
	margin-left: 0px;
	margin-right: auto;
	padding-bottom: 5px;
        padding-top: 0px;
}
div#NewsNavYear {
	width: 420px;
	/*border-bottom: 1px solid #002D71;
	border-left: 1px solid #002D71;
	border-right: 1px solid #002D71;
	background-color: #cef3fd;*/
	margin-left: 0px;
	margin-right: auto;
	padding-bottom: 10px;
}
a.inActMonth {
        color: #000000;
        text-decoration: none;
        padding: 0 6px 0 6px;
}

a.inActMonth:hover {
        color: #f78f1f;
        text-decoration: none;
        padding: 0 6px 0 6px;
}

span.ActMonth {
        font-weight: bold;
        color: #f78f1f;
        padding: 0 6px 0 6px;
}
a.inActYear {
        color: #000000;
        text-decoration: none;
        padding: 0 6px 0 6px;
}

a.inActYear:hover {
        color: #f78f1f;
        text-decoration: none;
        padding: 0 6px 0 6px;
}

span.ActYear {
        font-weight: bold;
        color: #f78f1f;
        padding: 0 6px 0 6px;
}
span.noNewsInMonth {
        color: #888888;
        padding: 0 6px 0 6px;
}
/* END: Navigation bar*/
/* BEGIN: List news*/
table.NewsList {
        width: 100%;
        border: 0;
        margin: 25px 0 0 0;
}

table.NewsList td.NewsListContent {
        vertical-align: top;
        padding-top: 8px;
        padding-bottom: 15px;
}

a.NewsTitle {
        font-weight: bold;
        font-size: 16px;
        color:#f6a904;
        text-decoration: none;
        padding-left: 6px;
}
a:hover.NewsTitle {
        text-decoration: underline;
}
span.NewsDate {
        color: #fff;
        font-weight: bold;
}

/* END: List news*/
/* BEGIN: Show news*/
span.showDate {
        color:#000000;
        font-weight: bold;
}
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:#f25c02;
        text-decoration: none;
}
table.bottomNavig a:hover {
        text-decoration: underline;
        }

/* END: bottom navigation*/


table.serv_table{
			border-collapse:collapse;
			width:70%;
			}
			
			table.serv_table td{
				width:50%;
				padding:15px;
				}
				
				table.serv_table a{
					display: block;
					line-height:30px;
/*background: url(/images/m.gif) no-repeat left 7px; */
padding-left: 20px;
font-size: 16px;}

table.serv_table img{
margin-right: 10px;
}
