/* table background colours */
.tablebg1 { 
	background-color: #E5EDFF; 
}
.tablebg2 { 
	background-color: #E5EDFF; 
}
.tablebg3 { 
	background-color: #E5EDFF; 
}
.tablebg4 { 
	background-color: #E5EDFF; 
}
.tablebg5 { 
	background-color: #E5EDFF; 
}
.tablebg6 { 
	background-color: #E5EDFF; 
}



/* table text */

.tablehd1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff; 
	font-size: 80%; 
	font-weight: bold; 
}
.tablehd2 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000; 
	font-size: 80%; 
	font-weight: bold; 
}
.tablehd3 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF; 
	font-size: 80%; 
	font-weight: bold;
}
.tablehd4 { 
	color: #000000; 
	font-size: 90%; 
}

.day {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-size: 75%;
}

.changedate {
        font-family: Arial, Helvetica, sans-serif;
        color: #666;
        font-size: 90%;
        font-weight: bold;
}


.monthhd {
        font-family: Arial, Helvetica, sans-serif;
        color: #009;
        font-size: 90%;
        font-weight: bold;
}

.calmonth {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        color: #000;
        font-size: 80%;
        font-weight: bold;
}


.dayhd {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-size: 80%;
	font-weight: bold;
}

.tabledata {
        font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 90%; 
}
.tablelabel {
        font-family: Arial, Helvetica, sans-serif;
	color: #333333; 
	font-size: 90%; 
	font-style: italic;
}

/* table links */
.table:link { 
	font-size: 90%; 
	color: #33c; 
	text-decoration: underline; 
}
.table:active { 
	font-size: 90%; 
	color: #33c; 
	text-decoration: underline; 
}
.table:visited { 
	font-size: 90%; 
	color: #33c; 
	text-decoration: underline; 
}
.table:hover { 
	font-size: 90%; 
	color: #33c; 
	text-decoration: underline; 
}
