.calMain {
	font-family: verdana;
	color: #67976D;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
a.calMain:link, a.calMain:visited {
	font-family: verdana;
	color: #67976D;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}
a.calMain:hover {
	font-family: verdana;
	color: #67976D;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
.calMainBold {
	font-family: verdana;
	color: #67976D;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a.calMainBold:link, a.calMainBold:visited {
	font-family: verdana;
	color: #67976D;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
a.calMainBold:hover {
	font-family: verdana;
	color: #67976D;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.calHeading {
	font-family: verdana;
	color: #67976D;
	font-size: 14pt;
	font-weight: bold; 
}
.calSubHeading {
	font-family: verdana;
	color: #67976D;
	font-size: 12pt;
	font-weight: bold; 
}

.calTitleBar, a.calTitleBar:link, a.calTitleBar:visited {
	font-family: verdana;
	color: #FFFFFF;
	background: #67976D;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;	
	line-height: 1.5;
}
a.calTitleBar:hover {
	font-family: verdana;
	color: #67976D;
	background: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;	
	line-height: 1.5;
}

.calWidgetDay {
	font-family: verdana;
	color: #67976D
	background: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
}
.calWidgetDayHL {
	font-family: verdana;
	color: #67976D;
	background: #FFFF00;
	font-size: 8pt;
	font-weight: bold;
}
.calWidgetDayEvent, a.calWidgetDayEvent:link, a.calWidgetDayEvent:visited, a.calWidgetDayEvent:hover {
	font-family: verdana;
	color: #BB1100;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;	
}

.calDay {
	font-family: verdana;
	color: #67976D;
	background: #FFFFFF;
	font-size: 8pt;
	font-weight: normal; 
}
.calDayHL {
	font-family: verdana;
	color: #67976D;
	background: #FFFF00;
	font-size: 8pt;
	font-weight: normal;
}
.calDayEvent, a.calDayEvent:link, a.calDayEvent:visited, a.calDayEvent:hover {
	font-family: verdana;
	color: #BB1100;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;	
}

.calInputbox {
	font-family: verdana;
	color: #67976D;
	border-top: 1px solid #67976D;
	border-right: 1px solid #67976D;
	border-bottom: 1px solid #67976D;
	border-left: 1px solid #67976D;
	background: #FFFFFF;
	font-size: 7pt;
}
.calSubmitButton {
	font-family: verdana;
	color: #FFFFFF;
	background-color: #67976D;
	border: thin outset #000000;
	font-weight: bold;
	font-size:7pt;
}


