.header {
	vertical-align: middle;
	font: bold 11px/20px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	text-align: center;
	color: #993366;
	background: #EEEEE7;
}

.weekdays {
	height: 24px;
	width: 24px;
	text-align: center;
	font: bold 11px/20px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #993366;
	background-repeat: no-repeat;
	background-image: url(../images/bg_calweekdays.gif);
}

.monthdays {
	text-align: center;
	font: 11px/24px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #727664;
	background-repeat: no-repeat;
	background-image: url(../images/bg_cal.gif);
}

.monthdays a {
	display: block;
	width: 24px;
	height: 24px;
	font: bold 11px/24px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.monthdays strong {
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	font: bold 11px/24px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/bg_cal_on.gif) no-repeat top left;
	color: #FFF8BF;
}

.monthdays a:link {
	color: #BBBB66;
	background: transparent url(../images/bg_cal.gif) no-repeat top left;
}

.monthdays a:visited {
	color: #BBBB66;
	background: transparent url(../images/bg_cal.gif) no-repeat top left;
}

.monthdays a:hover {
	color: #993366;
	background: transparent url(../images/bg_cal_over.gif) no-repeat top left;
        TEXT-DECORATION: NONE;
}

.monthdays a:active {
	color: #FFF8BF;
	background: transparent url(../images/bg_cal_on.gif) no-repeat top left;
}
a.minicalarrow {
	font: bold 16px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.minicalarrow:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.minicalarrow:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.minicalarrow:hover {
	color: #CC3300;
	text-decoration: none;
}
a.minicalarrow:active {
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
}

.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover { 
	color: #FFFFFF;
 	font: bold 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.navlinks a:link, .navlinks a:visited, .navlinks a:active  {
	color: #993366;
	font: bold 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.navlinks a:hover   {
	color: #CC3300;
	font: bold 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
