 /* 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: 520px;
        
	margin-left: 0px;
	margin-right: auto;
	padding-bottom: 5px;
        padding-top: 0px;
}
div#NewsNavYear {
	width: 520px;
	/*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: #5055ba;
        text-decoration: none;
        padding: 0 6px 0 6px;
}

a.inActMonth:hover {
        color: #3b3f92;
        text-decoration: none;
        padding: 0 6px 0 6px;
}

span.ActMonth {
        font-weight: bold;
        color: #000000;
        padding: 0 6px 0 6px;
}
a.inActYear {
        color: #5055ba;
        text-decoration: none;
        padding: 0 6px 0 6px;
}

a.inActYear:hover {
        color: #3b3f92;
        text-decoration: none;
        padding: 0 6px 0 6px;
}

span.ActYear {
        font-weight: bold;
        color: #000000;
        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 0px 0;
}

table.NewsList td.NewsListContent {
        vertical-align: top;
        padding-top: 0px;
        padding-bottom: 25px;
}

a.NewsTitle {
        font-weight: bold;
        font-size: 100%;
        color:#5055ba;
        text-decoration: none;
        padding-left: 6px;
}
a:hover.NewsTitle {
        text-decoration: underline;
}
span.NewsDate {
        color: #000000;
        font-weight: bold;
        font-size: 12px;
}

/* 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:#d82a4a;
        text-decoration: none;
}
table.bottomNavig a:hover {
        text-decoration: underline;
        }

/* END: bottom navigation*/

DIV.nav {
	CLEAR: both
}
DIV.nav DIV.left {
	FONT-SIZE: 11px; 
            PADDING-BOTTOM: 20px; 
            WIDTH: 200px;
            FLOAT: left;
}
DIV.nav DIV.right {
	FONT-SIZE: 11px; 
            PADDING-BOTTOM: 20px; 
            WIDTH: 200px; 
            FLOAT: right;
}
DIV.nav DIV.left A {
	PADDING: 0 0 0 20px; 
            BACKGROUND: url(/images/ar1.gif) no-repeat left center; 
            FLOAT: left; 
}
DIV.nav DIV.left P {
	margin: 0; 
            padding: 10px 0 0 0;
            CLEAR: both; 
            TEXT-ALIGN: left; 
            line-height: 12px; 
}

DIV.nav DIV.right A {
	PADDING: 0 20px  0 0; 
            BACKGROUND: url(/images/ar2.gif) no-repeat right center; 
            FLOAT: right; 
}
DIV.nav DIV.right P {
	  CLEAR: both;
              margin: 0; 
              padding: 10px 0 0 0;
              TEXT-ALIGN: right; 
              line-height: 12px;
}