  	    
.calCalendar {
    background-color: '#d4d0c8';
    font-size: 100%;
	font-family: 'Verdana';
	border: 2px outset #dddddd;}
.calClickable {
    width: '15px';
    border: 2px solid #d4d0c8;
    cursor:	'hand';
	color:	'#0a246a';
	font-size: 100%;
	text-decoration: none ; }
.calClickable_hover {
    width: '15px';
    border: 2px outset #dddddd;
    cursor:	'hand';
    color:	'#0a246a';
	font-weight: 'bolder';
	font-size: 120%; }
TR.calMonthsheader {
    background-color: '#d4d0c8';
    color: '#000000';
    font-weight: 'bolder'; }
TD.calMonthsheader {
    background-color: '#d4d0c8';
    color: '#000000';
    font-weight: 'bolder';
    font-size: 120%; }
.calTitleBar {
    background-color: '#3a6ea5';
    font-weight: 'bolder';
    color: '#ffffff';
	font-size: 120%;}