<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

table
{
	line-height: 18px;
}

h2
{
	font-family:  Century Gothic, Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

h3
{
	font-family:  Arial, Helvetica, Century Gothic, Verdana, sans-serif;
	font-size: 14px;
}

td.content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
}

.content table
{
	text-align: justify;
	font-size: 12px;
}

td.main
{
	padding-top: 5px;
	padding-bottom: 20px;
}

a
{
	color: #2B802D;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

table.header
{
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 32px;
	width: 625px;
}

.header td
{
	padding-left: 10px;
}

.table_1 td, .table_1 th
{
	padding: 4px;
}

table.news-table
{
	width: 100%;
}

.news-table td, .news-table th
{
	padding: 4px;
}

td.news-date
{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image:url(../news/images/date.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 8px;
}



td.news-title
{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dotted #CEE5D3;
}

table.people
{
	width: 100%;
}

.people th, .people td
{
	padding: 3px;
}

td.name
{
	border-bottom: 1px dotted #CEE5D3;
	font-weight: bold;
	width: 30%;
}

table.keynote
{
	border-top: 1px solid #66cc99;
	width: 100%;
}

.keynote td
{
	padding: 3px;
}

td.speaker, td.title
{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

table.paper_list
{
	background-color: #CEE5D3;
}
table.paper_list th
{
	color: #66cc66;
	padding: 4px;
}

table.paper_list td
{
	background-color: #ffffff;
	padding: 4px;
}

table.timetable
{
	background-color: #CEE5D3;
}

table.timetable th
{
	font-family:  Century Gothic, Arial, Helvetica, Verdana, sans-serif;
	color: #0B4B1E;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #D3F1E1; 
}

table.timetable td
{
	background-color: #ffffff;
}</pre></body></html>