  <style type="text/css">
    a {color: #FFFFFF;font-size: 12PX;text-decoration: NONE;}
    body {font-size: 12PX;color: #FFFFFF;background: #6799CC;font-family: VERDANA, HELVETICA;font-face: VERDANA;}
    .tablemy {border-style: DOUBLE;border-color: #00008B;border-width: 5PX;height: 200; width: 150px}
    a:hover {color: #FFCC00;font-size: 12PX;text-decoration: NONE;background: #0099FF;}
    a:link {color: #FFFFFF;font-size: 12PX;text-decoration: NONE;}
    a:visited {color: #BFBFBF;font-size: 12PX;text-decoration: NONE;}


/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #6799CC;
	border: 0px solid #003366;
 }

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 17pt;
	background-color: #6799CC;
	text-align: center;
	vertical-align: middle;
	background-image: url(monthBg.gif);
	}
/* Month and Year Text Setup */
.monthYearText {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: Bold;
	color: #252216;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 11pt;
	background-color: #0099FF;
	text-align: center;
	vertical-align: middle;
	}
/* Day Name Setup */
.dayNamesText {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #433D27;
	background-image: url(dayBg.gif);
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
	}

/* Color of Today's Date */
.today {
	color: #CF0000;
    }
/*

/* OverLIB popup text size */
.oLib {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
    }
/*


</style>
