body		{
			font-family: tahoma, arial;
			scrollbar-face-color:#829A68;
			scrollbar-highlight-color:white;
			scrollbar-3dlight-color:#829A68;
			scrollbar-darkshadow-color:#829A68;
			scrollbar-shadow-color:#829A68;
			scrollbar-arrow-color:white;
			scrollbar-track-color:white;
			}

.body		{
			width: 570px;
			height: 432px;
			overflow: auto;
			background-color: white;
			}
			
		
		
a			{
			color: rgb(109,135,180);
			text-decoration: none;
			}
			
			
a:hover		{
			text-decoration: underline overline;		
			}
			
						
.cal2		{
			padding-top: 20px;
			padding-bottom: 20px;
			padding-right: 0px;
			padding-left: 0px;
			font-size: 12;
			text-align: center;
			}
			
.cal		{
			font-size: 12;
			text-align: right;
			color: white;
			background-color: rgb(109,135,180);
			}
			
#dhtmlfloatie{
			position: absolute;
			left: 0;
			left: -900px;
			filter:alpha(opacity=0);
			-moz-opacity:0;
			border: 2px solid black;
			padding: 5px;
			z-index: 100;
}

