.name {
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.head {
	font-family:"Times New Roman", Times, serif;
	font-size:30pt;
	font-style:normal;
	line-height: normal;
	margin: 1% 1% 1% 2%;
	font-weight: bold;
}
.title {
	font-size: 24px;
	font-weight: bold;
}
a:link {
	color: black;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
a:visited {
	color: black;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
a:hover {
	color: red;
	text-decoration: none;
	border: none;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

.column {
	font-weight: bold;
	font-size:large;
}
.confname{
	font-weight: bold;
}
.pastdue{
	color:gray;
	text-decoration:line-through;
}
.comingdue{
	color: red;
	font-weight: bold;
}

.footnote{
	font-size: 10pt;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.me{
	font-weight: bold;
}

.emph{
	background-color:#FFFF00;
	font-weight: bold;
}