  .blankDiv {color: black; font-size: 1pt; background: transparent}
  .calHead { font-size: 14pt; font-style: italic; font-weight: bold;}
  .calendar-month { font-size: 10pt; color: blue; font-weight: bold;}
  .calendar-dayofweek { font-size: 8pt; color: black; font-weight: bold;}

  a.calLink:link {
  	    color: blue;
            text-decoration: underline;
	    font-size: 18pt;
	    font-weight: bold;
  }
  A.calLink:active {
            color: blue;
            text-decoration: underline;
            background: transparent;
	    font-size: 18pt;
	    font-weight: bold;
 }

 A.calLink:visited {
            color: blue;
            text-decoration: underline;
            background: transparent;
	    font-size: 18pt;
	    font-weight: bold;
 }

 A.calLink:hover {
            color: purple;
            text-decoration: underline;
            background: transparent;
	    font-size: 18pt;
	    font-weight: bold;
 }

  a.calPN:link {
  	    color: blue;
            text-decoration: none;
	    font-size: 18pt;
	    font-weight: bold;
  }
  A.calPN:active {
            color: blue;
            text-decoration: none;
            background: transparent;
	    font-size: 18pt;
	    font-weight: bold;
 }

 A.calPN:visited {
            color: blue;
            text-decoration: none;
            background: transparent;
	    font-size: 18pt;
	    font-weight: bold;
 }

 A.calPN:hover {
            color: purple;
            text-decoration: none;
            background: transparent;
	    font-size: 18pt;
	    font-weight: bold;
 }


/**********    TABLES    ************/

	table.smallCalendar {
		border-width: 0px;
		border-spacing: ;
		border-style: outset;
		border-color: black;
		border-collapse: collapse;
		//background-color: white;
	}
	table.smallCalendar th {
		border-width: 1px;
		padding: 0px;
		border-style: inset;
		border-color: black;
		//background-color: white;
		-moz-border-radius: ;
		font-size: 10pt;
		color: red;
	}
	table.smallCalendar td {
		border-width: 1px;
		padding: 0px;
		border-style: inset;
		border-color: black;
		//background-color: white;
		-moz-border-radius: ;
		font-size: 8pt;
	}


	table.bigCalendar {
		border-width: 0px;
		border-spacing: ;
		border-style: outset;
		border-color: #993300;
		border-collapse: collapse;
		background-color: white;
	}
	table.bigCalendar th {
		border-width: 2px;
		padding: 0px;
		border-style: inset;
		border-color: #993300;
		background-color: white;
		-moz-border-radius: ;
		font-size: 12pt;
		font-weight: bold;
	}
	table.bigCalendar td {
		border-width: 2px;
		padding: 0px;
		border-style: inset;
		border-color: #993300;
		background-color: white;
		-moz-border-radius: ;
		font-size: 8pt;
	}



	table.endCalendar td {
		border-width: 0px;
	}
	
 SELECT.Heading {
         background-color: #c7d7f3;
         color: #000000;
         /*font-family: garamond, tahoma, arial;*/
         /*font-weight: bold;*/
	 font-size: 12pt;
 }

 .headbutton {
              color: #000000;
              text-transform: none;
              /*cursor: hand;*/
	      font-size: 10pt;
 }


