@charset "iso-8859-1";


#navigation1 a.month { 

text-decoration: none;
font-weight: bold;
text-align : center;
display: block;
width : 120px;



background-color: #E2E9FD;
color: #0A1AA3;

font-size : 12px;

padding-bottom : 3px;
padding-top : 3px;


border-bottom: 1px solid #93b6e5;
border-left: 1px solid #35609c;
border-top: 1px solid #35609c;
border-right: 1px solid #93b6e5;
} 


#navigation1 a.month:hover {

background-color:  #a9c6f0;
color: #0A1AA3;

border-bottom: 1px solid #35609c;
border-left: 1px solid #93b6e5;
border-top: 1px solid #93b6e5;
border-right: 1px solid #35609c;
} 

#navigation1 a.none { 

text-decoration: none;
font-weight: bold;
text-align : center;
display: block;
width : 120px;


background-color: #E2E9FD;
color: #8EC0FD;

font-size : 12px;

padding-bottom : 3px;
padding-top : 3px;


border-bottom: 1px solid #93b6e5;
border-left: 1px solid #35609c;
border-top: 1px solid #35609c;
border-right: 1px solid #93b6e5;
} 


#navigation1 a.none:hover {

background-color: #E2E9FD;
color: #8EC0FD;
} 
