.bold {
	font-family: Arial;
	font-size: 15px;
	font-weight: bolder;
	color: #003366;
	text-decoration: none;
}
.body {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
; font-style: normal}
.boldtext {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bolder}
.bodyred {  font-family: Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #993300}
.subhead { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bolder; color: #660066}
table.agenda {
	font-family: Arial, sans-serif;
	font-size: 11px;
 	padding-top: 5px;
 	border:1px solid #cecece;
 	border-collapse: collapse;
	width: 100%;
}
table.agenda td, table.authors td{
 	padding-left: 10px;
 	padding-right: 10px;
 	border: 1px solid #cecece;
}
table.agenda tr, table.authors tr{
	vertical-align:top;
}
table.agenda a, table.authors a{
  color:#0066FF;
  font-weight: bold;
  text-decoration: none;
}
table.agenda a:hover {
	color: #FF6600;
}

table.agenda a.anchor, table.authors a.anchor{
  color:#339900;
  font-weight: bold;
  text-decoration: none;
}
table.agenda a.anchor:hover {
	color: #FF6600;
}
