/* CSS Document */


	a  {font-weight:bold;color:teal; font-size:12pt; font-style: normal; text-decoration: none;}
	a:link {font-weight:bold;color:teal; font-size:12pt;}
	a:hover {font-weight:bold;color:navy; font-size:12pt;}
	.workshop {
	font-weight:bold;
	color:navy;
	font-size:16pt;
	font-style: normal;
	text-decoration: none;
	color:teal;
	margin-top:0px;
	line-height: 24pt;
}

	.wsDates {
	visibility: visible;
}
	
	.date {font-weight:bold; color:navy; font-size:12pt; line-height: 18pt; font-style: normal; text-decoration: underline; margin-top:6px; margin-bottom:12px; }
	.location {font-style: italic; font-weight: normal;}
	
	.footInfo {font-size: 14px; font-weight: bold;}
	/* .wsDates {width:400px;float:right; }*/
	/* .info {width:580px;float:left; clear:right;} */
	 .info {float:right;}		

