a.callinks:link       { color: #C0C0C0; }
a.callinks:visited    { color: #C0C0C0; }
a.callinks:active     { color: #C0C0C0; }
a.callinks:hover      { color: #FFFFFF; }

.header {
	vertical-align: middle;
	font: bold 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	text-align: center;
	color: #3D6E8F;
	background: #C2D0CF;
}

.weekdays {
	text-align: center;
	font: bold 11px/20px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #798786;
	background-repeat: no-repeat;
	background-image: url(images/bg_calweekdays.gif);
}

.monthdays {
	text-align: center;
	font: 11px/20px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #727664;
	background-repeat: no-repeat;
	background-image: url(images/bg_cal.gif);
}

.monthdaysToday {
	text-align: center;
	font: 11px/20px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #727664;
	background-repeat: no-repeat;
	background-image: url(images/bg_cal_today.gif);
}

.monthdays a {
	display: block;
	width: 20px;
	height: 20px;
	font: bold 11px/20px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.monthdaysToday a {
	display: block;
	width: 20px;
	height: 20px;
	font: bold 11px/20px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.monthdays b {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	font: bold 11px/20px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(images/bg_cal.gif) no-repeat top left;
	color: #FFFFFF;
}

.monthdays a:link {
	color: #CC3300;
	background: transparent url(images/bg_cal.gif) no-repeat top left;
}

.monthdays a:visited {
	color: #CC3300;
	background: transparent url(images/bg_cal.gif) no-repeat top left;
}

.monthdays a:hover {
	color: #CC3300;
	background: transparent url(images/bg_cal_over.gif) no-repeat top left;
}

.monthdays a:active {
	color: #CC3300;

}

.monthdaysToday a:link {
	color: #CC3300;
	background: transparent url(images/bg_cal_today.gif) no-repeat top left;
}

.monthdaysToday a:visited {
	color: #CC3300;
	background: transparent url(images/bg_cal_today.gif) no-repeat top left;
}

.monthdaysToday a:hover {
	color: #CC3300;
	background: transparent url(images/bg_cal_over.gif) no-repeat top left;
}

.monthdaysToday a:active {
	color: #CC3300;
}

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: #ffffff;
	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;
}