@charset "UTF-8";
/* CSS Document */

#header {
background-image: url(../img/header_calendar.gif);
background-position:top;
background-repeat: no-repeat;
color: inherit;
background-color: #FFFFFF;
min-height: 441px;
}

#content {
height: 1200px;
}

.style1 {
color: #FFFFFF;
}

#calendar {
width: 720px;
padding-left: 250px;
float: left;
}

table tr td {
max-width: 100px;
margin: 0;
padding: 12px 2px;
font-size: 77%;
text-align: center;
line-height: 110%;
}

table tr td a:link {
text-decoration: none;
color: #000;
background: inherit;
}

table tr td a:visited {
text-decoration: none;
color: #000;
background: inherit;
}

table tr td a:hover {
color: #DD4A22;
background-color:inherit;
}

table tr:first-child td a:link {
color:#FFFFFF;
background: inherit;
}

table tr:first-child td a:visited {
color:#FFFFFF;
background: inherit;
}

table tr:first-child td a:hover {
color: #DD4A22;
background: inherit;
}