	.mainBody{ font-family:veranda; font-size:10px; }

	.maintable{
		width:600;
		border:1px solid silver
	}
	.mainth{
        background:#C4C4C4; 
        border:none; 
        font-size:9pt; 
        color:#006600; 
        font-weight:bold; 
		text-align:center;
        cursor:default;
    }
	.tdLabel{
		width:85;
        color:blue;
		font-weight:bold;
		font-size:9pt;
		font-family:arial;
	}
    .tdDateBlank{
        width:90px;
    }
    .tdDate{
        font-family:veranda;
        font-size:9pt; 
        border:1px solid silver;
        height:15px;
        width:15px;
        color:#006600;
    }
    .tdTodaysDate{
        font-family:veranda;
        font-size:9pt; 
        border:1px solid silver;
        height:15px;
        width:15px;
        color:white;
        background-color:green;
    }
    .tdDateOtherMonth{
        font-family:veranda;
        font-size:9pt; 
        border:1px solid silver;
        height:15px;
        width:15px;
        color:white;
        background-color:gray;
    }
    .dayMouseOver{
	background-color:#ebebeb;
	cursor:pointer;
    }
    .dayMouseOut{
	background-color:#c6d8c5;
	cursor:pointer;
    }        
	.mainBtn {
	font-size: 9pt;
	color: #666666; 
	font-weight: normal;
	background-color: #C0C0C0; 
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF; 
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 2px 0px 2px 4px;
	margin-left: 0px;
	margin-bottom: 2px;
}
	
	.mainBtnOn {
	font-size: 9pt;
	color: #CC0000; 
	font-weight: normal;
	background-color: #C0C0C0; 
	border-top: 1px solid #666666;
	border-right: 1px solid #666666; 
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 2px 0px 2px 4px;
	margin-left: 0px;
	margin-bottom: 2px;}
      
	.regBtn { font-weight:bold;
			  height:20; 
			  font-size:8pt; 
			  cursor:pointer; 
			  color:#666666; }
			  
	.regBtnOn { font-weight:bold;
				height:20; 
				font-size:8pt; 
				cursor:pointer; 
				color:blue; }
				
    .data{
        font-family:veranda;
        font-size:8pt;
    }
    .calendarBtn { 
        background:#C4C4C4; 
        background-image: url("images/calendar.gif"); 
        border:none; 
        width:27; 
        height:22; 
        font-size:9pt; 
        color:#006600; 
        font-weight:bold; 
        cursor:pointer;
    }
	.bigBtn { font-weight:bold;height:25; font-size:8pt; cursor:pointer; color:#666666; }
	.bigBtnOn { font-weight:bold;height:25; font-size:8pt; cursor:pointer; color:blue; }

	.mouseOut{
	background-color:#c6d8c5;
	cursor:pointer;
    }
    .mouseOver{
	background-color:#ebebeb;
	cursor:pointer;
    }        

	.tableHead{
		background-color:#ede7dc;
		color:black;
		font-family:arial;
		font-size:16pt;
		font-weight:bold;
		text-align:center;
	}

	.processingOff{
		background:white;
		width:10px;
		font-size:6pt;
		border:1px solid black;
	}
	.processingOn{
		background:#006600;
		width:10px;
		font-size:6pt;
		border:1px solid black;
	}

    .forwardBtn { 
        background:#ebebeb; 
        border:none; 
        width:25; 
        height:25; 
        font-size:9pt; 
        color:#006600; 
        font-weight:bold; 
        cursor:pointer;
    }
    .reverseBtn { 
        background:#ebebeb; 
        border:none; 
        width:25; 
        height:25; 
        font-size:9pt; 
        color:#006600; 
        font-weight:bold; 
        cursor:pointer;
    }

