A { text-decoration: none; color: #000000; FONT-WEIGHT:; FONT-SIZE: pt; }
A:VISITED { text-decoration: none; color: #858585; FONT-SIZE: pt; }
A:HOVER { text-decoration: none; color: #ff0000; FONT-WEIGHT: ; FONT-SIZE: pt;}
A:ACTIVE { color: #ff0000; text-decoration: none; FONT-WEIGHT:; FONT-SIZE: pt;}
A:link { COLOR: #858585}
/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #aaaaaa;
	border: 1px solid #969696;
 }
/* Month and Year Row Setup */
.monthYearRow {
    line-height: 15pt;
	background-color: #e5e5e5;
	text-align: center;
	font-weight: Bold;
	vertical-align: middle;
	}
/* Month and Year Text Setup */
.monthYearText {
	font-family: Verdana;
	font-size: 11px;
	font-weight: Bold;
	font-variant: small-caps; 
	color: #000000;
	}
/* Day Names Row Setup */
.dayNamesRow {
	font-family: Verdana;
	background-color: #Fafafa;
	font-weight: Bold;
	text-align: center;
	vertical-align: middle;
	}
/* Day Name Setup */
.dayNamesText {
    font-family: Verdana; 
	font-size: 9px; 
	font-weight: Bold; 
	color: #433D27;
	}
/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family: Verdana;
	font-size: 9px;
	color: #433D27;
    line-height: 11pt;
	text-align: center;
	vertical-align: middle;
	}
/* Color of Today's Date */
.today {
	color: #CF0000; font-weight: bold;
    }
/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-color: #E0E0E0;
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-color: #eeeeee;
	}
/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21 {
	background-color: #FF8888;
	}
/* Mark Solid Cell Background (solid marked event date background) */
.s22 {
	background-color: #FF8888;
	}
/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.s23 {
	background-color: #FF8888;
	}
/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24 {
	background-color: #FF8888;
	}