﻿a.meeting
{
	font-family:Arial;
	font-size:12px;
	padding-bottom: 5px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	color:#464646;
}

a.meeting:hover
{
	font-family:Arial;
	font-size:12px;
	padding-bottom: 5px;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	color:#464646;
}