@charset "UTF-8";

A                { color: #578BC4; text-decoration: none; background: none;}
A:link           { color: #578BC4; text-decoration: none; background: none;}
A:link:hover     { color: #578BC4; text-decoration: none; background: #DBE7F2;}
A:link:active    { color: #999999; text-decoration: none; background: none;}

A:visited        { color: #578BC4; text-decoration: none; background: none;}
A:visited:hover  { color: #578BC4; text-decoration: none; background: #DBE7F2;}
A:visited:active { color: #999999; text-decoration: none; background: none;}

.calendar {
	background:none;
	color: #706F5C;
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:120%;
	margin-bottom:5px;
  	padding:1px;
	text-align:center;
}

.calendarhead {
	background: #FFFFFF;
	color: #706F5C;
	font-family:verdana, arial, sans-serif;
	font-size:13px;
	font-weight: normal;
  	text-transform:uppercase;
	text-align:center;
	margin-top:1px;
	margin-bottom:5px;
  	padding:0px;
} 
